Package jakarta.faces.model
Interface DataModelListener
- 
- All Superinterfaces:
 EventListener
public interface DataModelListener extends EventListener
DataModelListener represents an event listener that wishes to be notified of
DataModelEvents occurring on a particularDataModelinstance. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrowSelected(DataModelEvent event)Notification that a particular row index, with the associated row data, has been selected for processing. 
 - 
 
- 
- 
Method Detail
- 
rowSelected
void rowSelected(DataModelEvent event)
Notification that a particular row index, with the associated row data, has been selected for processing.
- Parameters:
 event- TheDataModelEventwe are processing
 
 - 
 
 -