RichFaces Examples Template 4.2.1.CR1

org.richfaces.example
Class PhaseTracker

java.lang.Object
  extended by org.richfaces.example.PhaseTracker
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class PhaseTracker
extends Object
implements javax.faces.event.PhaseListener

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
PhaseTracker()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseTracker

public PhaseTracker()
Method Detail

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent event)
Specified by:
afterPhase in interface javax.faces.event.PhaseListener

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent event)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener

RichFaces Examples Template 4.2.1.CR1

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