|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.network.ConnectionAdapter
public class ConnectionAdapter
Blank implementation of a listener for the connection modifications.
| Constructor Summary | |
|---|---|
ConnectionAdapter()
|
|
| Method Summary | |
|---|---|
void |
connectionDropped(ConnectionEvent event)
Event fired when a connection is unestablished. |
void |
connectionMade(ConnectionEvent event)
Event fired when a connection is established. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionAdapter()
| Method Detail |
|---|
public void connectionMade(ConnectionEvent event)
Event fired when a connection is established.
Blank implementation.
connectionMade in interface ConnectionListenerevent - Holds the information describing the event.public void connectionDropped(ConnectionEvent event)
Event fired when a connection is unestablished.
Blank implementation.
connectionDropped in interface ConnectionListenerevent - Holds the information describing the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||