Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.2.0)
E17488-03


oracle.adf.view.rich.event
Interface PopupCanceledListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener
All Known Implementing Classes:
BasePolytypeListener, ResetListener, SetPropertyListener

public interface PopupCanceledListener
extends javax.faces.event.FacesListener

Listener for the PopupCanceledEvent for the RichPopup component.


Method Summary
 void processPopupCanceled(PopupCanceledEvent event)
           

 

Method Detail

processPopupCanceled

void processPopupCanceled(PopupCanceledEvent event)
                          throws javax.faces.event.AbortProcessingException
Parameters:
event - popup cancle event queued when detecting a "popupCancled" client event type.
Throws:
javax.faces.event.AbortProcessingException - exception handling the event

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.2.0)
E17488-03


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.