org.asunder.dhtapi
Interface DHTTransferListener

All Superinterfaces:
DHTContinuation
All Known Subinterfaces:
DHTGetListener, DHTPutListener

public interface DHTTransferListener
extends DHTContinuation

Author:
simms2k

Field Summary
static int ERROR_NONE
           
static int ERROR_NOROUTE
           
static int ERROR_TIMEOUT
           
 
Method Summary
 
Methods inherited from interface org.asunder.dhtapi.DHTContinuation
receiveException, receiveResult
 

Field Detail

ERROR_NONE

static final int ERROR_NONE
See Also:
Constant Field Values

ERROR_TIMEOUT

static final int ERROR_TIMEOUT
See Also:
Constant Field Values

ERROR_NOROUTE

static final int ERROR_NOROUTE
See Also:
Constant Field Values