Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.adf.view.page.editor.event
Interface NavigationListener

All Superinterfaces:
PageEditorListener

public interface NavigationListener
extends PageEditorListener

A listener interface for receiving NavigationListeners. A class that is interested in receiving such events implements this interface, and then registers itself with Oracle Composer in the extension file (/META-INF/pe_ext.xml).


 <pe-extension>

   <event-handlers>
     <event-handler type="navigate">Class name of the implementation</event-handler>
   </event-handlers>
   ...
 
Since:
release specific (what release of product did this appear in)

Method Summary
 void processNavigation(NavigationEvent navigationEvent)
          Invoked when end user navigates between pages and within taskflows.

 

Method Detail

processNavigation

void processNavigation(NavigationEvent navigationEvent)
                       throws javax.faces.event.AbortProcessingException
Invoked when end user navigates between pages and within taskflows.
Parameters:
navigationEvent - The NavigationEvent that has occured.
Throws:
javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further processing on the current event should be performed.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.