public abstract class ConnectionEstablishedListener
extends java.lang.Object
Constructor and Description |
---|
ConnectionEstablishedListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
doConnectionEstablishedAction(NodeInfo peer,
int role)
Listener action to invoke when directory has established a connection
|
public abstract void doConnectionEstablishedAction(NodeInfo peer, int role)
peer
- the new peer that has connected.role
- the role of this directory.