Package examples.queueing
Class HospitalWard.OpenOperatingRoomAction
- java.lang.Object
-
- jsl.simulation.EventAction
-
- examples.queueing.HospitalWard.OpenOperatingRoomAction
-
- All Implemented Interfaces:
EventActionIfc<java.lang.Object>
- Enclosing class:
- HospitalWard
protected class HospitalWard.OpenOperatingRoomAction extends EventAction
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenOperatingRoomAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(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: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:
evt- The event that triggered this action.
-
-