org.apache.myfaces.tobago.event
Class SheetStateChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.apache.myfaces.tobago.event.SheetStateChangeEvent
All Implemented Interfaces:
Serializable

public class SheetStateChangeEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SheetStateChangeEvent(javax.faces.component.UIComponent uiComponent)
           
 
Method Summary
 boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
           
 void processListener(javax.faces.event.FacesListener facesListener)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SheetStateChangeEvent

public SheetStateChangeEvent(javax.faces.component.UIComponent uiComponent)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
Overrides:
isAppropriateListener in class javax.faces.event.ActionEvent

processListener

public void processListener(javax.faces.event.FacesListener facesListener)
Overrides:
processListener in class javax.faces.event.ActionEvent


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.