Package | Description |
---|---|
javax.faces.event |
Interfaces describing events and event
listeners, and concrete event implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
PhaseListener.afterPhase(PhaseEvent event)
Handle a notification that the processing for a particular
phase has just been completed.
|
void |
PhaseListener.beforePhase(PhaseEvent event)
Handle a notification that the processing for a particular
phase of the request processing lifecycle is about to begin.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.