Uses of Interface
net.i2p.client.naming.NamingServiceListener
- 
Packages that use NamingServiceListener Package Description net.i2p.client.naming Provides a standard way for querying the local naming service to resolve a name into aDestination(without the complexity of JNDI).
- 
- 
Uses of NamingServiceListener in net.i2p.client.namingFields in net.i2p.client.naming with type parameters of type NamingServiceListener Modifier and Type Field Description protected Set<NamingServiceListener>NamingService. _listenersMethods in net.i2p.client.naming with parameters of type NamingServiceListener Modifier and Type Method Description voidMetaNamingService. registerListener(NamingServiceListener nsl)voidNamingService. registerListener(NamingServiceListener nsl)voidMetaNamingService. unregisterListener(NamingServiceListener nsl)voidNamingService. unregisterListener(NamingServiceListener nsl)
 
-