javax.faces.event
Class FacesEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ActionEvent, BehaviorEvent, ValueChangeEvent
public abstract class FacesEvent
- extends java.util.EventObject
see Javadoc of JSF Specification
- Version:
- $Revision: 689655 $ $Date: 2008-08-27 18:18:36 -0500 (Wed, 27 Aug 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: slessard $)
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
FacesEvent
public FacesEvent(UIComponent uiComponent)
isAppropriateListener
public abstract boolean isAppropriateListener(FacesListener faceslistener)
processListener
public abstract void processListener(FacesListener faceslistener)
getComponent
public UIComponent getComponent()
queue
public void queue()
getPhaseId
public PhaseId getPhaseId()
setPhaseId
public void setPhaseId(PhaseId phaseId)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.