Uses of Class
peer2me.network.NetworkNode

Packages that use NetworkNode
peer2me.network   
peer2me.network.bluetooth   
peer2me.node   
peer2me.session   
 

Uses of NetworkNode in peer2me.network
 

Methods in peer2me.network with parameters of type NetworkNode
abstract  void Network.nodeFound(NetworkNode networkNode)
          This method should be called whenever a new node is found.
 

Uses of NetworkNode in peer2me.network.bluetooth
 

Subclasses of NetworkNode in peer2me.network.bluetooth
 class BluetoothNode
          This class is used to represent a remote Bluetooth device.
 

Methods in peer2me.network.bluetooth with parameters of type NetworkNode
 void Bluetooth.nodeFound(NetworkNode networkNode)
          When the BluetoothSearcher has found other nodes, it invokes this method.
 

Uses of NetworkNode in peer2me.node
 

Methods in peer2me.node that return NetworkNode
 NetworkNode Node.getNetworkNode()
          Gets the NetworkNode the node is based on.
 

Constructors in peer2me.node with parameters of type NetworkNode
Node(NetworkNode networkNode)
          Intanciates a new Node based on a NetworkNode
 

Uses of NetworkNode in peer2me.session
 

Methods in peer2me.session with parameters of type NetworkNode
 void Session.nodeFound(NetworkNode networkNode)
          This method is called whenever a new device running Peer2Me is found.