palio
Class CurrentAdapter

java.lang.Object
  extended by palio.CurrentAdapter
All Implemented Interfaces:
CurrentListener

public class CurrentAdapter
extends java.lang.Object
implements CurrentListener

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


Constructor Summary
CurrentAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentAdapter

public CurrentAdapter()
Method Detail

willExecuteObject

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

Specified by:
willExecuteObject in interface CurrentListener
Parameters:
object - that will be executed

executionStarted

public void executionStarted()
Called when page/task execution started

Specified by:
executionStarted in interface CurrentListener

executionFinished

public void executionFinished()
Called when page/task execution finished

Specified by:
executionFinished in interface CurrentListener