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 protectedResumeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(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:EventActionIfcThis must be implemented by any objects that want to supply event logic. This is essentially the "event routine".- Specified by:
actionin interfaceEventActionIfc<ProcessExecutor>- Parameters:
event- The event that triggered this action.
-
-