Uses of Interface
org.kth.dks.DKSCallbackInterface

Packages that use DKSCallbackInterface
org.kth.dks   
org.kth.dks.dks_dht   
org.kth.dks.dks_node   
 

Uses of DKSCallbackInterface in org.kth.dks
 

Classes in org.kth.dks that implement DKSCallbackInterface
 class DKSImpl
           
 

Methods in org.kth.dks that return DKSCallbackInterface
 DKSCallbackInterface DKSImpl.setCallbackHandler(DKSAppInterface appHandler)
          Instructs the DKS system to pass on all received messages to the specified DKSMessageReceiver.
 DKSCallbackInterface DKSCallbackInterface.setCallbackHandler(DKSAppInterface receiver)
          Instructs the DKS system to pass on all received messages to the specified DKSAppInterface which contains the proper callbacks.
 

Uses of DKSCallbackInterface in org.kth.dks.dks_dht
 

Methods in org.kth.dks.dks_dht with parameters of type DKSCallbackInterface
 void DKSDHTImpl.setDKSCallbacks(DKSCallbackInterface dksImpl)
           
 

Uses of DKSCallbackInterface in org.kth.dks.dks_node
 

Classes in org.kth.dks.dks_node that implement DKSCallbackInterface
 class DKSNode
           
 

Fields in org.kth.dks.dks_node declared as DKSCallbackInterface
protected  DKSCallbackInterface DefaultAppHandler.dks
           
 

Methods in org.kth.dks.dks_node that return DKSCallbackInterface
 DKSCallbackInterface DKSNode.setCallbackHandler(DKSAppInterface appHandler)
           
 

Methods in org.kth.dks.dks_node with parameters of type DKSCallbackInterface
 void DefaultAppHandler.setDKSCallbackInterface(DKSCallbackInterface d)
           
 

Constructors in org.kth.dks.dks_node with parameters of type DKSCallbackInterface
DefaultAppHandler(DKSCallbackInterface dksImpl)
           
 



Copyright © 2010. All Rights Reserved.