Package net.i2p.client.naming
Interface NamingServiceUpdater
- All Known Implementing Classes:
DaemonThread
public interface NamingServiceUpdater
- Since:
- 0.8.7
-
Method Summary
Modifier and Type Method Description void
update(Properties options)
Should not block.
-
Method Details
-
update
Should not block.- Parameters:
options
- Updater-specific, may be null
-