|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.network.ConnectionUtilStatusTableListener
public class ConnectionUtilStatusTableListener
Listens for changes in status table on behalf of the ConnectionUtil.
Note that I moved this to a separate class because the thread dumps from jstack were not complete if a listener is anonymously declared inside a thread. =(
| Constructor Summary | |
|---|---|
ConnectionUtilStatusTableListener()
|
|
| Method Summary | |
|---|---|
void |
rowsAdded(StatusTableEvent ste)
Event fired when a row is added to the status table. |
void |
rowsRemoved(StatusTableEvent ste)
Event fired when a row is removed from the status table. |
void |
rowsUpdated(StatusTableEvent ste)
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 ConnectionUtilStatusTableListener()
| Method Detail |
|---|
public void rowsAdded(StatusTableEvent ste)
StatusTableListenerEvent fired when a row is added to the status table.
rowsAdded in interface StatusTableListenerste - Holds the information describing the event.public void rowsUpdated(StatusTableEvent ste)
StatusTableListenerEvent fired when a row in the status table is updated.
rowsUpdated in interface StatusTableListenerste - Holds the information describing the event.public void rowsRemoved(StatusTableEvent ste)
StatusTableListenerEvent fired when a row is removed from the status table.
rowsRemoved in interface StatusTableListenerste - Holds the information describing the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||