de.zib.scalaris
Interface NodeDiscovery.NewNodeHandler

Enclosing class:
NodeDiscovery

public static interface NodeDiscovery.NewNodeHandler

Handler that is invoked whenever a new node is found by the NodeDiscovery thread.

Author:
Nico Kruber, kruber@zib.de

Method Summary
 void newNodeFound(String node)
          Called if a new node is found.
 

Method Detail

newNodeFound

void newNodeFound(String node)
Called if a new node is found.

Parameters:
node - the new node's name