#include <B2BITS_Event.h>
Public Member Functions | |
| virtual void | onError (const Engine::Error &error)=0 |
| This method is called when the FixEngine reports an error. | |
| virtual void | onNotification (const Engine::Notification ¬ification)=0 |
| This method is called when the FixEngine generates a notification. | |
| virtual void | onWarning (const Engine::Warning &warning)=0 |
| This method is called when the FixEngine generates a warning. | |
| virtual | ~EventListener () |
| Destructor. | |
Basic Event Listener.
Definition at line 179 of file B2BITS_Event.h.
| virtual Engine::EventListener::~EventListener | ( | ) | [inline, virtual] |
Destructor.
Definition at line 194 of file B2BITS_Event.h.
| virtual void Engine::EventListener::onError | ( | const Engine::Error & | error ) | [pure virtual] |
This method is called when the FixEngine reports an error.
| virtual void Engine::EventListener::onNotification | ( | const Engine::Notification & | notification ) | [pure virtual] |
This method is called when the FixEngine generates a notification.
| notification |
| virtual void Engine::EventListener::onWarning | ( | const Engine::Warning & | warning ) | [pure virtual] |
This method is called when the FixEngine generates a warning.
1.7.2