T - The type of the user object of the SimEvent.@FunctionalInterface public interface SimEventAction<T>
SimEvents.
In the interface main method, action(org.javades.jsimulation.r5.SimEvent<T>), a SimEvent is passed.
As a result, a single SimEventAction interface can be used for multiple SimEvents.
Last javadoc Review: Jan de Jongh, TNO, 20180404, r5.1.0.
| Modifier and Type | Method and Description |
|---|---|
void |
action(SimEvent<T> event)
Invokes the action for supplied
SimEvent. |
void action(SimEvent<T> event)
SimEvent.event - The event.IllegalArgumentException - If event is null.Copyright © 2018. All rights reserved.