Uses of Interface
org.tranche.network.ConnectionListener

Packages that use ConnectionListener
org.tranche.network Contains all classes that concern the network as a whole and the connections with parts of that network. 
 

Uses of ConnectionListener in org.tranche.network
 

Classes in org.tranche.network that implement ConnectionListener
 class ConnectionAdapter
          Blank implementation of a listener for the connection modifications.
 

Methods in org.tranche.network that return types with arguments of type ConnectionListener
static java.util.Collection<ConnectionListener> ConnectionUtil.getListeners()
           
 

Methods in org.tranche.network with parameters of type ConnectionListener
static void ConnectionUtil.addListener(ConnectionListener l)
          Adds a connection listener.
static void ConnectionUtil.removeListener(ConnectionListener l)
          Removes the given connection listener.
 



This code is free for use both commercially and non-commercially as stated in the project's license