Class ProcessCommand.ResumeListener
- java.lang.Object
-
- jsl.modeling.elements.processview.description.ProcessCommand.ResumeListener
-
- All Implemented Interfaces:
EventActionIfc<ProcessExecutor>
- Enclosing class:
- ProcessCommand
protected class ProcessCommand.ResumeListener extends java.lang.Object implements EventActionIfc<ProcessExecutor>
This class listens for the resumption event and then resumes the process executor
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResumeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action(JSLEvent<ProcessExecutor> event)
This must be implemented by any objects that want to supply event logic.
-
-
-
Method Detail
-
action
public void action(JSLEvent<ProcessExecutor> 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<ProcessExecutor>
- Parameters:
event
- The event that triggered this action.
-
-