kget
dht::RPCCallListener Class Reference
#include <rpccall.h>
Inheritance diagram for dht::RPCCallListener:

Detailed Description
Class which objects should derive from, if they want to know the result of a call.Definition at line 35 of file rpccall.h.
Public Slots | |
| virtual void | onResponse (RPCCall *c, MsgBase *rsp)=0 |
| virtual void | onTimeout (RPCCall *c)=0 |
Public Member Functions | |
| RPCCallListener () | |
| virtual | ~RPCCallListener () |
Constructor & Destructor Documentation
| dht::RPCCallListener::RPCCallListener | ( | ) |
Definition at line 27 of file rpccall.cpp.
| dht::RPCCallListener::~RPCCallListener | ( | ) | [virtual] |
Definition at line 30 of file rpccall.cpp.
Member Function Documentation
| virtual void dht::RPCCallListener::onTimeout | ( | RPCCall * | c | ) | [pure virtual, slot] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference