E - The (base) type of SimEvents generated.@FunctionalInterface public interface SimEventFactory<E extends SimEvent>
SimEvents.
Last javadoc Review: Jan de Jongh, TNO, 20180404, r5.1.0.
| Modifier and Type | Method and Description |
|---|---|
E |
newInstance(String name,
double time,
SimEventAction eventAction)
Creates a new
SimEvent instance. |
E newInstance(String name, double time, SimEventAction eventAction)
SimEvent instance.name - The name of the event.time - The time at which the event is to be scheduled on a SimEventList.eventAction - The associated event action (may be null).SimEvent instance.Copyright © 2018. All rights reserved.