com.infragistics.faces.shared.event
Interface PageChangeListener

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

public interface PageChangeListener
extends javax.faces.event.FacesListener

A listener interface for receiving PageChangeEvent. A class that is interested in receiving such events implements this interface, and then registers itself with the source UIComponent by calling addIndexChangeListener().


Method Summary
 void processPageChange(PageChangeEvent event)
           
 

Method Detail

processPageChange

public void processPageChange(PageChangeEvent event)