Package | Description |
---|---|
com.espertech.esper.schedule |
Package for timer callback scheduling
|
com.espertech.esper.view.window |
Window views are in this package
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAdjustmentService.addCallback(ScheduleAdjustmentCallback callback)
Add a callback
|
void |
ScheduleAdjustmentService.removeCallback(ScheduleAdjustmentCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
TimeWindowView
This view is a moving timeWindow extending the specified amount of milliseconds into the past.
|