|
Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
java.util.EventObject
oracle.adf.controller.v2.lifecycle.PagePhaseEvent
PagePhaseEvent happend before and after each of the phase of the ADF PageLifecycle being listened.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PagePhaseEvent(LifecycleContext context, int phaseId, Lifecycle lifecycle)Construct a new event object.The source of the event is the Lifecycle from the specified parameter. |
|
| Method Summary | |
LifecycleContext |
getLifecycleContext()Return the LifecycleContext to the listener of the phase event. |
int |
getPhaseId()Return the phase id of the phase. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PagePhaseEvent(LifecycleContext context,
int phaseId,
Lifecycle lifecycle)
Lifecycle from the specified parameter.| Method Detail |
public LifecycleContext getLifecycleContext()
LifecycleContext to the listener of the phase event.public int getPhaseId()
|
Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||