|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusTableListener
Listener for the status table modifications.
| Method Summary | |
|---|---|
void |
rowsAdded(StatusTableEvent event)
Event fired when a row is added to the status table. |
void |
rowsRemoved(StatusTableEvent event)
Event fired when a row is removed from the status table. |
void |
rowsUpdated(StatusTableEvent event)
Event fired when a row in the status table is updated. |
| Method Detail |
|---|
void rowsAdded(StatusTableEvent event)
Event fired when a row is added to the status table.
event - Holds the information describing the event.void rowsUpdated(StatusTableEvent event)
Event fired when a row in the status table is updated.
event - Holds the information describing the event.void rowsRemoved(StatusTableEvent event)
Event fired when a row is removed from the status table.
event - Holds the information describing the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||