private class FiddlerImpl.LookupDiscoveryListener extends Object implements DiscoveryChangeListener
| Constructor and Description |
|---|
LookupDiscoveryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(DiscoveryEvent event)
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 |
discarded(DiscoveryEvent event)
Called when one or more lookup service registrars has been discarded.
|
void |
discovered(DiscoveryEvent event)
Called when one or more lookup service registrars has been discovered.
|
public void discovered(DiscoveryEvent event)
DiscoveryListenerdiscovered in interface DiscoveryListenerevent - the event that describes the discovered registrarspublic void discarded(DiscoveryEvent event)
DiscoveryListenerdiscarded in interface DiscoveryListenerevent - the event that describes the discarded registrarspublic void changed(DiscoveryEvent event)
DiscoveryChangeListenerchanged in interface DiscoveryChangeListenerevent - instance of net.jini.discovery.DiscoveryEvent
representing the event that describes the lookup services
whose discovery state has changedCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.