|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalio.CurrentAdapter
public class CurrentAdapter
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 |
---|
public CurrentAdapter()
Method Detail |
---|
public void willExecuteObject(PObject object)
willExecuteObject
in interface CurrentListener
object
- that will be executedpublic void executionStarted()
executionStarted
in interface CurrentListener
public void executionFinished()
executionFinished
in interface CurrentListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |