public interface DiscoveryListener extends EventListener
LookupDiscovery
Modifier and Type | Method and Description |
---|---|
void |
discarded(DiscoveryEvent e)
Called when one or more lookup service registrars has been discarded.
|
void |
discovered(DiscoveryEvent e)
Called when one or more lookup service registrars has been discovered.
|
void discovered(DiscoveryEvent e)
e
- the event that describes the discovered registrarsvoid discarded(DiscoveryEvent e)
e
- the event that describes the discarded registrarsCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.