org.javagroups.blocks
Interface ConnectionTable1_4.ConnectionListener

Enclosing interface:
ConnectionTable1_4

public static interface ConnectionTable1_4.ConnectionListener

Used to be notified about connection establishment and teardown


Method Summary
 void connectionClosed(Address peer_addr)
           
 void connectionOpened(Address peer_addr)
           
 

Method Detail

connectionOpened

public void connectionOpened(Address peer_addr)

connectionClosed

public void connectionClosed(Address peer_addr)


Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.