javax.faces.event
Class FacesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionEvent, ValueChangeEvent

public abstract class FacesEvent
extends EventObject

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FacesEvent(UIComponent uiComponent)
           
 
Method Summary
 UIComponent getComponent()
           
 PhaseId getPhaseId()
           
abstract  boolean isAppropriateListener(FacesListener faceslistener)
           
abstract  void processListener(FacesListener faceslistener)
           
 void queue()
           
 void setPhaseId(PhaseId phaseId)
           
 
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

FacesEvent

public FacesEvent(UIComponent uiComponent)
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.