B2BITS FIX Antenna C++  2.31.0
Public Member Functions | List of all members
Engine::EventListener Class Referenceabstract

Basic Event Listener. More...

#include <B2BITS_Event.h>

Public Member Functions

virtual void onDebug (const Engine::DebugMessage &error)
 This method is called when the FixEngine reports an error. More...
 
virtual void onError (const Engine::Error &error)=0
 This method is called when the FixEngine reports an error. More...
 
virtual void onNotification (const Engine::Notification &notification)=0
 This method is called when the FixEngine generates a notification. More...
 
virtual void onWarning (const Engine::Warning &warning)=0
 This method is called when the FixEngine generates a warning. More...
 
virtual ~EventListener ()
 Destructor. More...
 

Detailed Description

Basic Event Listener.

Constructor & Destructor Documentation

◆ ~EventListener()

virtual Engine::EventListener::~EventListener ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ onDebug()

virtual void Engine::EventListener::onDebug ( const Engine::DebugMessage error)
inlinevirtual

This method is called when the FixEngine reports an error.

◆ onError()

virtual void Engine::EventListener::onError ( const Engine::Error error)
pure virtual

This method is called when the FixEngine reports an error.

◆ onNotification()

virtual void Engine::EventListener::onNotification ( const Engine::Notification notification)
pure virtual

This method is called when the FixEngine generates a notification.

Parameters
notification

◆ onWarning()

virtual void Engine::EventListener::onWarning ( const Engine::Warning warning)
pure virtual

This method is called when the FixEngine generates a warning.