Package net.i2p.client.naming
Interface NamingServiceListener
public interface NamingServiceListener
- Since:
- 0.8.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
also called when a NamingService is added or removedvoid
entryAdded
(NamingService ns, String hostname, Destination dest, Properties options) void
entryChanged
(NamingService ns, String hostname, Destination dest, Properties options) void
entryRemoved
(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
-