Package examples.inventory
Class ContinuousReviewPolicyrQ.ReplenishmentArrivalAction
- java.lang.Object
-
- jsl.simulation.EventAction
-
- examples.inventory.ContinuousReviewPolicyrQ.ReplenishmentArrivalAction
-
- All Implemented Interfaces:
EventActionIfc<java.lang.Object>
- Enclosing class:
- ContinuousReviewPolicyrQ
protected class ContinuousReviewPolicyrQ.ReplenishmentArrivalAction extends EventAction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReplenishmentArrivalAction()
-
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.
-
-