com.sun.jini.lookup
Interface ServiceIDListener


public abstract interface ServiceIDListener
extends java.util.EventListener

Interface used by a service that does not yet have a service ID, for callback from the JoinManager when a service ID is assigned.

See Also:
JoinManager

Method Summary
 void serviceIDNotify(ServiceID serviceID)
          Called when the JoinManager gets a valid ServiceID from a lookup service.
 

Method Detail

serviceIDNotify

public void serviceIDNotify(ServiceID serviceID)
Called when the JoinManager gets a valid ServiceID from a lookup service.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved