public interface SimEventListListener extends SimEventListResetListener
SimEventList.
The listener is notified
SimEventListResetListener),
If, in addition, you want to be notified of processing individual events in sequence,
implement SimEventListListener.Fine.
Last javadoc Review: Jan de Jongh, TNO, 20180404, r5.1.0.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SimEventListListener.Fine
A listener that also wants to be notified of individual events processing by the event list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
notifyEventListEmpty(SimEventList eventList,
double time)
Notification of the event list becoming empty (end of simulation).
|
void |
notifyEventListUpdate(SimEventList eventList,
double time)
Notification of an update in the event list while processing it.
|
notifyEventListResetvoid notifyEventListUpdate(SimEventList eventList, double time)
eventList - The event list.time - The new time.void notifyEventListEmpty(SimEventList eventList, double time)
eventList - The event list.time - The time of the last event.Copyright © 2018. All rights reserved.