Uses of Interface
de.uniba.wiai.lspi.chord.com.EndpointStateListener

Packages that use EndpointStateListener
de.uniba.wiai.lspi.chord.com Provides classes and interfaces for communication tasks on behalf of the service layer, but without depending on the service layer. 
 

Uses of EndpointStateListener in de.uniba.wiai.lspi.chord.com
 

Methods in de.uniba.wiai.lspi.chord.com with parameters of type EndpointStateListener
 void Endpoint.deregister(EndpointStateListener listener)
          Remove a listener that listened for state changes of this endpoint.
 void Endpoint.register(EndpointStateListener listener)
          Register a listener that is notified when the state of this endpoint changes.