OnixS BME SENAF Handler C++ library  2.2.0
API documentation
WarningListener Class Referenceabstract

#include <OnixS/Senaf/MarketData/WarningListener.h>

Public Member Functions

virtual void onWarning (const Warning &warning)=0
 

Protected Member Functions

virtual ~WarningListener ()
 

Detailed Description

Defines the interface through which the Handler notifies subscribers about warnings occurred while processing messages from multicast channels.

Definition at line 30 of file WarningListener.h.

Constructor & Destructor Documentation

virtual ~WarningListener ( )
inlineprotectedvirtual

Definition at line 39 of file WarningListener.h.

Member Function Documentation

virtual void onWarning ( const Warning warning)
pure virtual

Implement this member to get notified about warnings.

Parameters
warningidentifies warnings occurred while processing multicast messages.

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