Package jsl.simulation
Class ModelElement.TimedUpdateEventAction
- java.lang.Object
-
- jsl.simulation.EventAction
-
- jsl.simulation.ModelElement.TimedUpdateEventAction
-
- All Implemented Interfaces:
EventActionIfc<java.lang.Object>
- Enclosing class:
- ModelElement
protected class ModelElement.TimedUpdateEventAction extends EventAction
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimedUpdateEventAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(JSLEvent<java.lang.Object> event)This must be implemented by any objects that want to supply event logic.
-
-
-
Method Detail
-
action
public void action(JSLEvent<java.lang.Object> event)
Description copied from interface:EventActionIfcThis must be implemented by any objects that want to supply event logic. This is essentially the "event routine".- Specified by:
actionin interfaceEventActionIfc<java.lang.Object>- Specified by:
actionin classEventAction- Parameters:
event- The event that triggered this action.
-
-