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 () |
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:
|
pure virtual |
Method invoked when a quote is reported.
subscription | The MamdaSubscription handle. |
listener | The listener which invoked this callback. |
msg | The MamaMsg that triggered this invocation. |