public interface SortListener
extends javax.faces.event.FacesListener
| Modifier and Type | Method and Description |
|---|---|
void |
processSortRequested(SortEvent event)
Signals that a sort just happened.
|
void |
processSortRequesting(SortEvent event)
Signals that a sort is about to happen.
|
void processSortRequesting(SortEvent event) throws javax.faces.event.AbortProcessingException
event - information about the sortjavax.faces.event.AbortProcessingException - if processing should immediately stopvoid processSortRequested(SortEvent event) throws javax.faces.event.AbortProcessingException
event - information about the sortjavax.faces.event.AbortProcessingException - if processing should immediately stop