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


public interface EndpointStateListener

This interface must be implemented by classes that want to be notified about state changes of an Endpoint.

Version:
1.0.5
Author:
sven

Method Summary
 void notify(int newState)
          Notify this listener that the endpoint changed it state to newState.
 

Method Detail

notify

void notify(int newState)
Notify this listener that the endpoint changed it state to newState.

Parameters:
newState - The new state of the endpoint.