Package jakarta.faces.model
Interface DataModelListener
- All Superinterfaces:
 EventListener
 DataModelListener represents an event listener that wishes to be notified of DataModelEvents
 occurring on a particular DataModel instance.
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidrowSelected(DataModelEvent event) Notification that a particular row index, with the associated row data, has been selected for processing. 
- 
Method Details
- 
rowSelected
Notification that a particular row index, with the associated row data, has been selected for processing.
- Parameters:
 event- TheDataModelEventwe are processing
 
 -