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