Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.adf.view.page.editor.event
Class EventManager

java.lang.Object
  extended by oracle.adf.view.page.editor.event.EventManager


public class EventManager
extends java.lang.Object

Helper class to dispatch the registered UI event listeners.

Since:
11.1.1.0.1BETA

Field Summary
static oracle.adf.share.logging.ADFLogger _LOG
           

 

Method Summary
static EventManager getInstance()
          Returns an instance of EventManager.
 void processEvent(PageEditorEvent event)
          Processes the given event.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_LOG

public static final oracle.adf.share.logging.ADFLogger _LOG

Method Detail

getInstance

public static EventManager getInstance()
Returns an instance of EventManager.
Returns:
An instance of EventManager.

processEvent

public void processEvent(PageEditorEvent event)
                  throws javax.faces.event.AbortProcessingException
Processes the given event.

All the registered event handlers are called sequentially and the event is dispatched to the corresponding listeners. If one of the listeners throws AbortProcessingException, this method returns immediately.

If an error is encountered while creating an instance of a listener, the dispatching continues with a warning message.

Parameters:
event. - Event that is to be dispatched.
Throws:
javax.faces.event.AbortProcessingException - If any listener throws AbortProcessingException.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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