public static interface SimEventListListener.Fine extends SimEventListListener
SimEventListListener.Fine| Modifier and Type | Method and Description |
|---|---|
void |
notifyNextEvent(SimEventList eventList,
double time)
Notification that the event list's
SimEventList.run() method (or another processor) is about to remove the next
event from the list. |
notifyEventListEmpty, notifyEventListUpdatenotifyEventListResetvoid notifyNextEvent(SimEventList eventList, double time)
SimEventList.run() method (or another processor) is about to remove the next
event from the list.eventList - The event list.time - The time of the previous event (i.e., the event just processed).SimEventList.addListener(org.javades.jsimulation.r5.SimEventListResetListener)Copyright © 2018. All rights reserved.