Package net.i2p.client.naming
Interface NamingServiceListener
- 
 public interface NamingServiceListener- Since:
- 0.8.7
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigurationChanged(NamingService ns)also 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 Detail- 
configurationChangedvoid configurationChanged(NamingService ns) also called when a NamingService is added or removed
 - 
entryAddedvoid entryAdded(NamingService ns, String hostname, Destination dest, Properties options) - Parameters:
- options- NamingService-specific, can be null
 
 - 
entryChangedvoid entryChanged(NamingService ns, String hostname, Destination dest, Properties options) - Parameters:
- dest- null if unchanged
- options- NamingService-specific, can be null
 
 - 
entryRemovedvoid entryRemoved(NamingService ns, String hostname) 
 
- 
 
-