VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GNet::FutureEventHandler Class Referenceabstract

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.
 

Detailed Description

A callback interface for GNet::FutureEvent.

Definition at line 95 of file gfutureevent.h.

Member Function Documentation

virtual void GNet::FutureEventHandler::onFutureEvent ( unsigned  int)
pure virtual

Callback function that delivers the payload value from FutureEvent::send().


The documentation for this class was generated from the following files: