Uses of Interface
com.evolution.player.core.network.INetworkNode

Packages that use INetworkNode
com.evolution.player.core.network   
 

Uses of INetworkNode in com.evolution.player.core.network
 

Subinterfaces of INetworkNode in com.evolution.player.core.network
 interface IClient
          The client is the node in the network which can be controlled, it is you, the client.
 interface IRemoteNetworkNode
          A remote network node is a network node at a remote address.
 

Methods in com.evolution.player.core.network with parameters of type INetworkNode
abstract  void INetwork.NetworkListener.addedNode(INetworkNode node)
          A new node has been discovered.
 void IClient.connect(INetworkNode node)
          Connect to the given node if possible.
 void IClient.disconnect(INetworkNode node)
          Disconnect from the given node.