Package net.i2p.client.naming
Interface NamingServiceUpdater
- 
- All Known Implementing Classes:
- DaemonThread
 
 public interface NamingServiceUpdater- Since:
- 0.8.7
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(Properties options)Should not block.
 
- 
- 
- 
Method Detail- 
updatevoid update(Properties options) Should not block.- Parameters:
- options- Updater-specific, may be null
 
 
- 
 
-