|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.network.StatusTableAdapter
public class StatusTableAdapter
Blank implementation of a listener for the status table modifications.
| Constructor Summary | |
|---|---|
StatusTableAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusTableAdapter()
| Method Detail |
|---|
public void rowsAdded(StatusTableEvent event)
Event fired when a row is added to the status table.
Blank implementation.
rowsAdded in interface StatusTableListenerevent - Holds the information describing the event.public void rowsUpdated(StatusTableEvent event)
Event fired when a row in the status table is updated.
Blank implementation.
rowsUpdated in interface StatusTableListenerevent - Holds the information describing the event.public void rowsRemoved(StatusTableEvent event)
Event fired when a row is removed from the status table.
Blank implementation.
rowsRemoved in interface StatusTableListenerevent - Holds the information describing the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||