Basic Event Listener.
More...
#include <B2BITS_Event.h>
◆ ~EventListener()
virtual Engine::EventListener::~EventListener |
( |
| ) |
|
|
inlinevirtual |
◆ onDebug()
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()
This method is called when the FixEngine generates a notification.
- Parameters
-
◆ onWarning()
virtual void Engine::EventListener::onWarning |
( |
const Engine::Warning & | warning | ) |
|
|
pure virtual |
This method is called when the FixEngine generates a warning.