Package com.biglybt.plugin.dht
Interface DHTPluginOperationListener
- All Known Implementing Classes:
DDBaseImpl.listenerMapper
,DHTPluginOperationAdapter
public interface DHTPluginOperationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(byte[] key, boolean timeout_occurred) boolean
void
starts
(byte[] key) void
valueRead
(DHTPluginContact originator, DHTPluginValue value) void
valueWritten
(DHTPluginContact target, DHTPluginValue value)
-
Method Details
-
starts
void starts(byte[] key) -
diversified
boolean diversified() -
valueRead
-
valueWritten
-
complete
void complete(byte[] key, boolean timeout_occurred)
-