Skip navigation links

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


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

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


public class CloseEvent
extends PageEditorEvent

A CloseEvent is a notification that the Close button on the Oracle Composer has been clicked by the end user.

CloseEvent does not have parameters.

Since:
11.1.1.0.1BETA

Constructor Summary
CloseEvent()
           

 

Method Summary
 Event getEventType()
          Returns the type of this event.
 void processListener(PageEditorListener listener)
          Broadcast this CloseEvent to the specified PageEditorListener, by whatever mechanism is appropriate.

 

Methods inherited from class oracle.adf.view.page.editor.event.PageEditorEvent
isEventHandled, setEventHandled

 

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

 

Constructor Detail

CloseEvent

public CloseEvent()

Method Detail

processListener

public void processListener(PageEditorListener listener)
                     throws javax.faces.event.AbortProcessingException
Broadcast this CloseEvent to the specified PageEditorListener, by whatever mechanism is appropriate. This is accomplished by calling processClose method on CloseListener, and passing this CloseEvent as a paramter.
Specified by:
processListener in class PageEditorEvent
Parameters:
listener - PageEditorListener to send this CloseEvent to.
Throws:
javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further processing on the current event should be performed.

getEventType

public final Event getEventType()
Returns the type of this event.
Specified by:
getEventType in class PageEditorEvent
Returns:
Returns Event.CLOSE_EVENT.

Skip navigation links

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


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