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 protected
EndServiceListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action(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: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:
event
- The event that triggered this action.
-
-