|
VideoTools
|
A callback interface for GNet::FutureEvent. More...
#include <gfutureevent.h>
Inheritance diagram for GNet::FutureEventHandler:Public Member Functions | |
| virtual void | onFutureEvent (unsigned int)=0 |
| Callback function that delivers the payload value from FutureEvent::send(). More... | |
Public Member Functions inherited from GNet::EventExceptionHandler | |
| virtual void | onException (std::exception &)=0 |
| Called by the event loop when an exception is thrown out of an event loop callback. More... | |
Protected Member Functions | |
| virtual | ~FutureEventHandler () |
| Destructor. | |
Protected Member Functions inherited from GNet::EventExceptionHandler | |
| virtual | ~EventExceptionHandler () |
| Destructor. | |
A callback interface for GNet::FutureEvent.
Definition at line 95 of file gfutureevent.h.
|
pure virtual |
Callback function that delivers the payload value from FutureEvent::send().