Interface SlidingWindowToolkit.IUnorderedWindowVisitor
-
- Enclosing class:
- SlidingWindowToolkit
public static interface SlidingWindowToolkit.IUnorderedWindowVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldContinue()voidvisitWindow(IItemCollection items, IQuantity startTime, IQuantity endTime)
-
-
-
Method Detail
-
visitWindow
void visitWindow(IItemCollection items, IQuantity startTime, IQuantity endTime)
-
shouldContinue
boolean shouldContinue()
-
-