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