Package examples.hospitalward
Class BedWard.EndOpPatientPreOpStayListener
- java.lang.Object
-
- examples.hospitalward.BedWard.EndOpPatientPreOpStayListener
-
- All Implemented Interfaces:
EventActionIfc<HospitalWard.OpPatient>
- Enclosing class:
- BedWard
protected class BedWard.EndOpPatientPreOpStayListener extends java.lang.Object implements EventActionIfc<HospitalWard.OpPatient>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EndOpPatientPreOpStayListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action(JSLEvent<HospitalWard.OpPatient> evt)
This must be implemented by any objects that want to supply event logic.
-
-
-
Method Detail
-
action
public void action(JSLEvent<HospitalWard.OpPatient> 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<HospitalWard.OpPatient>
- Parameters:
evt
- The event that triggered this action.
-
-