m2etis  0.4
m2etis::pubsub::BasicDeliverCallbackInterface< EventType > Class Template Referenceabstract

#include <ChannelInterface.h>

Public Member Functions

virtual ~BasicDeliverCallbackInterface ()
 Destructor. More...
 
virtual void deliverCallback (const typename m2etis::message::M2Message< EventType >::Ptr m)=0
 deliver a callback More...
 

Detailed Description

template<class EventType>
class m2etis::pubsub::BasicDeliverCallbackInterface< EventType >

Definition at line 37 of file ChannelInterface.h.

Constructor & Destructor Documentation

template<class EventType>
virtual m2etis::pubsub::BasicDeliverCallbackInterface< EventType >::~BasicDeliverCallbackInterface ( )
inlinevirtual

Destructor.

Definition at line 45 of file DeliverCallbackInterface.h.

Member Function Documentation

template<class EventType>
virtual void m2etis::pubsub::BasicDeliverCallbackInterface< EventType >::deliverCallback ( const typename m2etis::message::M2Message< EventType >::Ptr  m)
pure virtual

deliver a callback

Parameters
[in]messagedelivered message

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