javax.faces.event
Class PhaseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.PhaseEvent
All Implemented Interfaces:
Serializable

public class PhaseEvent
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
PhaseEvent(FacesContext facesContext, PhaseId phaseId, Lifecycle lifecycle)
           
 
Method Summary
 boolean equals(Object obj)
           
 FacesContext getFacesContext()
           
 PhaseId getPhaseId()
           
 int hashCode()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhaseEvent

public PhaseEvent(FacesContext facesContext,
                  PhaseId phaseId,
                  Lifecycle lifecycle)
Method Detail

getFacesContext

public FacesContext getFacesContext()

getPhaseId

public PhaseId getPhaseId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.