public interface DataModelListener extends EventListener
DataModelListener represents an event listener that
 wishes to be notified of DataModelEvents occurring on a
 particular DataModel instance.
| Modifier and Type | Method and Description | 
|---|---|
| void | rowSelected(DataModelEvent event)Notification that a particular row index, with the associated
 row data, has been selected for processing. | 
void rowSelected(DataModelEvent event)
Notification that a particular row index, with the associated row data, has been selected for processing.
event - The DataModelEvent we are processingCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.