Name

RendezvousListener

Synopsis

Objects that implement this interface are registered with the rendezvous service; whenever a peer connects to, or disconnects from, the service, the rendezvousEvent( ) method is invoked from all registered objects.

public interface RendezvousListener extends java.util.EventListener {
// Public Instance Methods
   public abstract void rendezvousEvent(RendezvousEvent event);
}

Passed To

RendezVousService.{addListener(), removeListener()}

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.