com.sun.jini.example.browser
Class Browser.LookupListener
java.lang.Object
com.sun.jini.example.browser.Browser.LookupListener
- All Implemented Interfaces:
- EventListener, DiscoveryListener
- Enclosing class:
- Browser
private class Browser.LookupListener
- extends Object
- implements DiscoveryListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Browser.LookupListener
private Browser.LookupListener()
discovered
public void discovered(DiscoveryEvent e)
- Description copied from interface:
DiscoveryListener
- Called when one or more lookup service registrars has been discovered.
The method should return quickly; e.g., it should not make remote
calls.
- Specified by:
discovered
in interface DiscoveryListener
- Parameters:
e
- the event that describes the discovered registrars
discarded
public void discarded(DiscoveryEvent e)
- Description copied from interface:
DiscoveryListener
- Called when one or more lookup service registrars has been discarded.
The method should return quickly; e.g., it should not make remote
calls.
- Specified by:
discarded
in interface DiscoveryListener
- Parameters:
e
- the event that describes the discarded registrars
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.