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