0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
Hypertable::DispatchHandler Class Referenceabstract

Abstract base class for application dispatch handlers registered with AsyncComm. More...

#include <DispatchHandler.h>

Inheritance diagram for Hypertable::DispatchHandler:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::DispatchHandler:
Collaboration graph
[legend]

Public Member Functions

virtual ~DispatchHandler ()
 Destructor. More...
 
virtual void handle (EventPtr &event_ptr)=0
 Callback method. More...
 

Detailed Description

Abstract base class for application dispatch handlers registered with AsyncComm.

Dispatch handlers are the mechanism by which an application is notified of communication events.

Definition at line 46 of file DispatchHandler.h.

Constructor & Destructor Documentation

virtual Hypertable::DispatchHandler::~DispatchHandler ( )
inlinevirtual

Destructor.

Definition at line 51 of file DispatchHandler.h.

Member Function Documentation

virtual void Hypertable::DispatchHandler::handle ( EventPtr event_ptr)
pure virtual

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