This notifier is used to notify the core application about incoming events and errors.
More...
#include "aNotifierObjectManager.h"
This notifier is used to notify the core application about incoming events and errors.
◆ aNotifierObjectManager()
ak::aNotifierObjectManager::aNotifierObjectManager |
( |
aObjectManager * | _manager | ) |
|
Constructor.
- Parameters
-
_ui | The UI_test class where messages will be formwarded to |
- Exceptions
-
ak::Exception | when the provided UI_test class was a nullptr |
◆ ~aNotifierObjectManager()
ak::aNotifierObjectManager::~aNotifierObjectManager |
( |
void | | ) |
|
|
virtual |
◆ notify()
void ak::aNotifierObjectManager::notify |
( |
UID | _senderId, |
|
|
eventType | _event, |
|
|
int | _info1, |
|
|
int | _info2 ) |
|
overridevirtual |
Will call the callback function with the provided parameters.
- Parameters
-
_senderId | The sender ID the message was send from |
_event | The event message |
_info1 | Message addition 1 |
_info2 | Message addition 2 |
- Exceptions
-
ak::Exception | to forward exceptions coming from the application core class |
Implements ak::aNotifier.
The documentation for this class was generated from the following files: