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.discovered(DiscoveryEvent e)
Called when one or more lookup service registrars has been discovered.
|
void |
DiscoveryListener.discarded(DiscoveryEvent e)
Called when one or more lookup service registrars has been discarded.
|