Home » Mojarra-2.0.1 » javax » faces » model » [javadoc | source]
javax.faces.model
public interface: DataModelListener [javadoc | source]

All Implemented Interfaces:
    EventListener

DataModelListener represents an event listener that wishes to be notified of DataModelEvent s occurring on a particular DataModel instance.

Method from javax.faces.model.DataModelListener Summary:
rowSelected
Method from javax.faces.model.DataModelListener Detail:
 public  void rowSelected(DataModelEvent event)

    Notification that a particular row index, with the associated row data, has been selected for processing.