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