public interface EventQueue
EventQueueHandler class for configuration
instructions.| Modifier and Type | Method and Description |
|---|---|
ExternalEvent |
nextEvent()
Returns the next event in the queue or ExternalEvent with time of
double.MAX_VALUE if there are no events left.
|
double |
nextEventsTime()
Returns next event's time or Double.MAX_VALUE if there are no
events left in the queue.
|
ExternalEvent nextEvent()
double nextEventsTime()