JXTA

Uses of Class
net.jxta.rendezvous.RendezvousEvent

Packages that use RendezvousEvent
net.jxta.platform Classes for defining code modules within JXTA. 
net.jxta.rendezvous The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. 
 

Uses of RendezvousEvent in net.jxta.platform
 

Methods in net.jxta.platform with parameters of type RendezvousEvent
 void NetworkManager.rendezvousEvent(RendezvousEvent event)
          rendezvousEvent the rendezvous event
 

Uses of RendezvousEvent in net.jxta.rendezvous
 

Methods in net.jxta.rendezvous with parameters of type RendezvousEvent
 void RendezvousListener.rendezvousEvent(RendezvousEvent event)
          Called when an event occurs for the Rendezvous service
 


JXSE