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
Modifier and TypeMethodDescriptionvoid
connectionClosed
(Address peer_addr) void
connectionOpened
(Address peer_addr)
-
Method Details
-
connectionOpened
-
connectionClosed
-