Event Scheduler
protected inner class EventScheduler<T>(action: ModelElement.EventActionIfc<T>) : ModelElement.EventBuilderIfc<T> , ModelElement.TimeUnitIfc<T> (source)
Uses the builder pattern to create and schedule the event and the action that is associated with the event
Parameters
Functions
Link copied to clipboard
Sets the time of the event being built to current time plus time
Sets the time of the event being built to current time + value.getValue()
Link copied to clipboard
Sets the scheduling priority of the event, lower is faster
Link copied to clipboard
Creates and schedules the event associated carrying the model interpreting the event time in milliseconds
Link copied to clipboard
Sets the name of the event being built
Link copied to clipboard
An object of type T that is attached to the event