public interface CurrentListener
Modifier and Type | Method and Description |
---|---|
void |
executionFinished()
Called when page/task execution finished
|
void |
executionStarted()
Called when page/task execution started
|
void |
willExecuteObject(PObject object)
This method will be called before executing any object while page/task execution.
|
void willExecuteObject(PObject object)
object
- that will be executedvoid executionStarted()
void executionFinished()