Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-04


oracle.adf.view.rich.event
Interface PopupCanceledListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener

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 1 (11.1.1)
E10684-04


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