|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
D - The class of the model object displayed in the table.S - The class of the source component from which the event was
triggered.public interface SelectionListener<D,S>
A genericised EventListener used for receiving
notifications of EventObject.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Method Summary | |
|---|---|
void |
rowSelected(EventObject<D,S> event)
Invoked when a row in the Table is selected. |
| Method Detail |
|---|
void rowSelected(EventObject<D,S> event)
Table is selected.
event - The event that represents the object that was selected
in the table.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||