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

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

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

Methods in com.evolution.player.core.network that return IRemoteNetworkNode
 IRemoteNetworkNode[] INetwork.getConnectedNodes()
          Get all nodes to which the root is connected to.
 IRemoteNetworkNode[] INetwork.getKnownNodes()
          Get all nodes known to the network.
 IRemoteNetworkNode INetwork.getNode(java.util.UUID uuid)
          Find the node with the given id, if known.
 

Methods in com.evolution.player.core.network with parameters of type IRemoteNetworkNode
abstract  void INetwork.NetworkListener.connected(IRemoteNetworkNode node)
          A connection to the given node has been made.
abstract  void INetwork.NetworkListener.disconnected(IRemoteNetworkNode node)
          A connection to the given node has been terminated.
 void IClient.getMediaDetails(IRemoteNetworkNode node, MediaId[] medias)
          Collect information about the given medias.
 void IClient.scan(IRemoteNetworkNode node)
          Collect information about the given node.