Package org.jgroups.blocks
Interface BasicConnectionTable.ConnectionListener
-
- Enclosing class:
- BasicConnectionTable
public static interface BasicConnectionTable.ConnectionListener
Used to be notified about connection establishment and teardown.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionClosed(Address peer_addr)
void
connectionOpened(Address peer_addr)
-