net.i2p.client.naming
Interface NamingServiceListener
public interface NamingServiceListener
- Since:
- 0.8.7
configurationChanged
void configurationChanged(NamingService ns)
- also called when a NamingService is added or removed
entryAdded
void entryAdded(NamingService ns,
String hostname,
Destination dest,
Properties options)
- Parameters:
options
- NamingService-specific, can be null
entryChanged
void entryChanged(NamingService ns,
String hostname,
Destination dest,
Properties options)
- Parameters:
dest
- null if unchangedoptions
- NamingService-specific, can be null
entryRemoved
void entryRemoved(NamingService ns,
String hostname)