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