org.sapia.ubik.mcast
Interface DiscoveryListener


public interface DiscoveryListener

Listens for the discovery of new nodes in a given event channel.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 void onDiscovery(ServerAddress addr, RemoteEvent evt)
          This method is called by the EventChannel to which this instance belongs.
 

Method Detail

onDiscovery

void onDiscovery(ServerAddress addr,
                 RemoteEvent evt)
This method is called by the EventChannel to which this instance belongs.

Parameters:
addr - a ServerAddress that corresponds to the address physical address of the discovered node.
discovered - the RemoteEvent that is received from the discovered event channel node.


Copyright © 2010 Sapia OSS. All Rights Reserved.