|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DKSCallbackInterface
Defines an interface for callbacks that DKSNode implements, which should be called by every application implementing DKSAppInterface!
Title: DKS
Description: DKS Middleware
Copyright: Copyright (c) 2004
Company: KTH-IMIT/SICS
| Method Summary | |
|---|---|
void |
joinCallbackReturn()
INVARIANT: should be called by DKSAppInterface every time DKSAppInterface.joinCallback() is called |
void |
leaveCallbackReturn()
INVARIANT: should be called by DKSAppInterface every time DKSAppInterface.leaveCallback() is called |
DKSCallbackInterface |
setCallbackHandler(DKSAppInterface receiver)
Instructs the DKS system to pass on all received messages to the specified DKSAppInterface which contains the proper callbacks. |
| Method Detail |
|---|
void joinCallbackReturn()
DKSAppInterfacevoid leaveCallbackReturn()
DKSAppInterfaceDKSCallbackInterface setCallbackHandler(DKSAppInterface receiver)
receiver - DKSAppInterface interface to the application for callbacks
DKSCallBackInterface, DKSAppInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||