|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessListener
A process listener receives notifications on state changes of processes.
| Method Summary | |
|---|---|
void |
processEvaluated(ProcessEvent event)
A process has been evaluated. |
void |
processFailed(ProcessEvent event)
A process execution has failed. |
void |
processFinished(ProcessEvent event)
A process has completed its execution. |
void |
processSelected(ProcessEvent event)
A process has been selected. |
void |
processStarted(ProcessEvent event)
A process enaction has started. |
| Methods inherited from interface nextgrid.api.pem.POMListener |
|---|
isListeningToDescendants |
| Method Detail |
|---|
void processEvaluated(ProcessEvent event)
event - The eventvoid processSelected(ProcessEvent event)
event - The eventvoid processStarted(ProcessEvent event)
event - The eventvoid processFinished(ProcessEvent event)
event - The eventvoid processFailed(ProcessEvent event)
event - Event containing the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||