Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.1.0)

E17481-02

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.


Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.1.0)

E17481-02

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