palio
Interface CurrentListener

All Known Implementing Classes:
CurrentAdapter

public interface CurrentListener

Using this interface, you can listen for jPALIO page/task execution events.


Method Summary
 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.
 

Method Detail

willExecuteObject

void willExecuteObject(PObject object)
This method will be called before executing any object while page/task execution.

Parameters:
object - that will be executed

executionStarted

void executionStarted()
Called when page/task execution started


executionFinished

void executionFinished()
Called when page/task execution finished