com.infragistics.faces.shared.event
Interface SortListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener

public interface SortListener
extends javax.faces.event.FacesListener

A listener interface for receiving SortEvent. A class that is interested in receiving such events implements this interface, and then registers itself with the source GridView component by calling addSortListener().


Method Summary
 void processSort(SortEvent event)
           
 

Method Detail

processSort

public void processSort(SortEvent event)