org.apache.s4.core.window
Interface SlotFactory<T>

Type Parameters:
T - slot class or interface that is produced
All Known Implementing Classes:
DefaultAggregatingSlot.DefaultAggregatingSlotFactory, OHCLSlot.OHCLSlotFactory

public interface SlotFactory<T>

Defines factory for window slots


Method Summary
 T createSlot()
           
 

Method Detail

createSlot

T createSlot()