javax.faces.event
Interface PhaseListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface PhaseListener
extends java.util.EventListener, java.io.Serializable

see Javadoc of JSF Specification

Version:
$Revision: 698768 $ $Date: 2008-09-24 18:03:43 -0500 (Wed, 24 Sep 2008) $
Author:
Thomas Spiegl (latest modification by $Author: slessard $)

Method Summary
 void afterPhase(PhaseEvent event)
           
 void beforePhase(PhaseEvent event)
           
 PhaseId getPhaseId()
           
 

Method Detail

afterPhase

void afterPhase(PhaseEvent event)

beforePhase

void beforePhase(PhaseEvent event)

getPhaseId

PhaseId getPhaseId()


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