public interface ProcessEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
processInitiated(ProcessEvent pEvent)
This method is called at process initiation.
|
void |
processStarted(ProcessEvent pEvent)
This method is called at process startup.
|
void |
processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
void processInitiated(ProcessEvent pEvent)
void processStarted(ProcessEvent pEvent)
void processTerminated(ProcessEvent pEvent)
Copyright © 2019. All rights reserved.