|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataModelListener
DataModelListener represents an event listener that
wishes to be notified of DataModelEvent
s occurring on a
particular DataModel
instance.
Method Summary | |
---|---|
void |
rowSelected(DataModelEvent event)
Notification that a particular row index, with the associated row data, has been selected for processing. |
Method Detail |
---|
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 processing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |