public interface DrillListener
extends javax.faces.event.FacesListener
| Modifier and Type | Method and Description |
|---|---|
void |
processDrillRequested(DrillEvent event)
Signal that a drill just happened.
|
void |
processDrillRequesting(DrillEvent event)
Signal that a drill is about to happen.
|
void processDrillRequesting(DrillEvent event) throws javax.faces.event.AbortProcessingException
event - information about the drilljavax.faces.event.AbortProcessingExceptionvoid processDrillRequested(DrillEvent event) throws javax.faces.event.AbortProcessingException
event - information about the drilljavax.faces.event.AbortProcessingException