Package net.i2p.client.naming
Interface NamingServiceListener
public interface NamingServiceListener
- Since:
- 0.8.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidalso called when a NamingService is added or removedvoidentryAdded(NamingService ns, String hostname, Destination dest, Properties options) voidentryChanged(NamingService ns, String hostname, Destination dest, Properties options) voidentryRemoved(NamingService ns, String hostname)
-
Method Details
-
configurationChanged
also called when a NamingService is added or removed -
entryAdded
- Parameters:
options- NamingService-specific, can be null
-
entryChanged
- Parameters:
dest- null if unchangedoptions- NamingService-specific, can be null
-
entryRemoved
-