public interface EventSource extends SodElement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
MicroSecondTimeRange |
getEventTimeRange() |
TimeInterval |
getWaitBeforeNext()
If the source needs to wait for more events to arrive, it should return
the amount of time it wants to wait with this method.
|
boolean |
hasNext() |
CacheEvent[] |
next() |
boolean hasNext()
CacheEvent[] next()
TimeInterval getWaitBeforeNext()
MicroSecondTimeRange getEventTimeRange()
java.lang.String getDescription()