50 bool isEnabled(
void)
const;
#define UICORE_API_EXPORT
Definition globalDataTypes.h:20
This abstract class is used to provide the receiver functionallity used in the messaging class.
Definition aNotifier.h:22
bool m_isEnabled
Definition aNotifier.h:53
virtual void notify(ak::UID _senderId, ak::eventType _event, int _info1, int _info2)=0
Will notify this receiver that a message was received by a sender.
virtual ~aNotifier()
Destructor.
Definition aNotifier.h:28
unsigned long long UID
The UID datatype used for objects.
Definition globalDataTypes.h:65
eventType
Describes the type of an event.
Definition akCore.h:86