public interface EventSource extends Source
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
edu.sc.seis.fissuresUtil.time.MicroSecondTimeRange |
getEventTimeRange() |
edu.iris.Fissures.model.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() |
edu.sc.seis.fissuresUtil.cache.CacheEvent[] |
next() |
appendToName, getName, getRetries
boolean hasNext()
edu.sc.seis.fissuresUtil.cache.CacheEvent[] next()
edu.iris.Fissures.model.TimeInterval getWaitBeforeNext()
edu.sc.seis.fissuresUtil.time.MicroSecondTimeRange getEventTimeRange()
java.lang.String getDescription()