Skip navigation links

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

E10652-06


oracle.adf.controller.v2.lifecycle
Interface PagePhaseListener

All Superinterfaces:
java.util.EventListener

public interface PagePhaseListener
extends java.util.EventListener

An interface implemented by objects that wish to be notified before and after the processing of each of the ADF PageLifecycle phase.

Since:
10.1.3

Method Summary
 void afterPhase(PagePhaseEvent event)
          Notify the listener after the execution of a specific phase of the ADF PageLifecycle.
 void beforePhase(PagePhaseEvent event)
          Notify the listener before the execution of a specific phase of the ADF PageLifecycle.

 

Method Detail

afterPhase

void afterPhase(PagePhaseEvent event)

Notify the listener after the execution of a specific phase of the ADF PageLifecycle.


beforePhase

void beforePhase(PagePhaseEvent event)

Notify the listener before the execution of a specific phase of the ADF PageLifecycle.


Skip navigation links

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

E10652-06


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