Uses of Class
net.jini.discovery.DiscoveryEvent

Packages that use DiscoveryEvent
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification
 

Uses of DiscoveryEvent in net.jini.discovery
 

Methods in net.jini.discovery with parameters of type DiscoveryEvent
 void DiscoveryChangeListener.changed(DiscoveryEvent e)
          Called when changes are detected in the discovery state of one or more of the previously discovered lookup services; in particular, when changes occur in the member groups to which those lookup services belong.
 void DiscoveryListener.discarded(DiscoveryEvent e)
          Called when one or more lookup service registrars has been discarded.
 void DiscoveryListener.discovered(DiscoveryEvent e)
          Called when one or more lookup service registrars has been discovered.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.