mermaid::support::service::DataFeedInputHandlerMethodBase Class Reference

Base class for all DataFeedInputHandlerMethod objects. More...

#include <DataFeedInputHandlerMethod.hpp>

Inheritance diagram for mermaid::support::service::DataFeedInputHandlerMethodBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void callHandler (shared_ptr< DataBox > dataBox)=0
 Handler call method.

Detailed Description

Base class for all DataFeedInputHandlerMethod objects.

This class is needed in order to call DataFeedInputHandlerMethod without having to know the specific class used by the template.

Author:
Marco Barbosa

Definition at line 53 of file DataFeedInputHandlerMethod.hpp.


Member Function Documentation

virtual void mermaid::support::service::DataFeedInputHandlerMethodBase::callHandler ( shared_ptr< DataBox dataBox  )  [pure virtual]

Handler call method.

This method calls the handler to which the instance of this class points to.

Author:
Marco Barbosa

Implemented in mermaid::support::service::DataFeedInputHandlerMethod< o >.

Generated on Fri Mar 4 22:15:49 2011 for MeRMaID::support by  doxygen 1.6.3