Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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

public void afterPhase(PagePhaseEvent event)

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


beforePhase

public void beforePhase(PagePhaseEvent event)

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


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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