All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----simulation.events.Event | +----simulation.events.TimeEvent
Time events are created as instances of TimeEvent- derived classes that override the abstract methods actions.
The actions method is used to specify the actions of of a class of time events.
public TimeEvent()
public final void schedule(double evTime)
The event is scheduled to occur after other time events with the same event time.
All Packages Class Hierarchy This Package Previous Next Index