|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessListener
The ProcessListener interface represents a listener for process execution events
Method Summary | |
---|---|
void |
actionStepFinished(ProcessEvent event)
Invoked after an ActionStep finishes |
void |
actionStepStarted(ProcessEvent event)
Invoked before an ActionStep starts |
void |
processFinished(ProcessEvent event)
Invoked after the process finishes |
void |
processStarted(ProcessEvent event)
Invoked before the process starts |
Method Detail |
---|
void processStarted(ProcessEvent event)
event
- The process event instancevoid processFinished(ProcessEvent event)
event
- The process event instancevoid actionStepStarted(ProcessEvent event)
event
- The process event instancevoid actionStepFinished(ProcessEvent event)
event
- The process event instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |