Richfaces UI Components API 4.2.2.Final

org.richfaces.event
Interface PanelToggleListener

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

public interface PanelToggleListener
extends javax.faces.event.FacesListener

A listener interface for receiving PanelToggleEvents. A class that is interested in receiving such events implements this interface, and then registers itself with the source UIComponent of interest, by calling addPanelToggleListener().

Since:
2010-08-27
Version:
1.0
Author:
akolonitsky

Method Summary
 void processPanelToggle(PanelToggleEvent event)
           Invoked when PanelToggleEvent occurs.
 

Method Detail

processPanelToggle

void processPanelToggle(PanelToggleEvent event)
                        throws javax.faces.event.AbortProcessingException

Invoked when PanelToggleEvent occurs.

Parameters:
event - The PanelToggleEvent that has occurred
Throws:
javax.faces.event.AbortProcessingException - Signal the JavaServer Faces implementation that no further processing on the current event should be performed

Richfaces UI Components API 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.