Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.4.0)

E10652-05

oracle.adf.controller.v2.lifecycle
Class PagePhaseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.adf.controller.v2.lifecycle.PagePhaseEvent
All Implemented Interfaces:
java.io.Serializable

public class PagePhaseEvent
extends java.util.EventObject

PagePhaseEvent happend before and after each of the phase of the ADF PageLifecycle being listened.

Since:
10.1.3
See Also:
Serialized Form

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
 java.lang.String getDebugValue()
          Returns the debugger object expression.
 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

PagePhaseEvent

public 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 Detail

getLifecycleContext

public LifecycleContext getLifecycleContext()
Return the LifecycleContext to the listener of the phase event.


getPhaseId

public int getPhaseId()
Return the phase id of the phase. Can only be one of the following:


getDebugValue

public java.lang.String getDebugValue()
Returns the debugger object expression. This is the current phase name.

Returns:
The debugger object expression.

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.4.0)

E10652-05

Copyright © 1997, 2011, Oracle. All rights reserved.