OpenMAMA
Wombat::MamdaPubStatusHandler Class Referenceabstract

MamdaPubStatusHandler is an interface for applications that want to have an easy way to handle feed handler publisher status updates. More...

#include <MamdaPubStatusHandler.h>

Public Member Functions

virtual void onPubStatusUpdate (MamdaSubscription *subscription, MamdaPubStatusListener &listener, const MamaMsg &msg)=0
 Method invoked when a quote is reported. More...
 
virtual ~MamdaPubStatusHandler ()
 

Detailed Description

MamdaPubStatusHandler is an interface for applications that want to have an easy way to handle feed handler publisher status updates.

The interface defines callback methods for publisher status events:

Constructor & Destructor Documentation

◆ ~MamdaPubStatusHandler()

virtual Wombat::MamdaPubStatusHandler::~MamdaPubStatusHandler ( )
virtual
55 {};

Member Function Documentation

◆ onPubStatusUpdate()

virtual void Wombat::MamdaPubStatusHandler::onPubStatusUpdate ( MamdaSubscription subscription,
MamdaPubStatusListener listener,
const MamaMsg &  msg 
)
pure virtual

Method invoked when a quote is reported.

Parameters
subscriptionThe MamdaSubscription handle.
listenerThe listener which invoked this callback.
msgThe MamaMsg that triggered this invocation.

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


© 2012 Linux Foundation