20 #ifndef Events_MessageBool_H_
21 #define Events_MessageBool_H_
24 #include <Events_Message.h>
25 #include <Events_Loop.h>
50 const bool value()
const {
return myValue; }
53 EVENTS_EXPORT
void send();
Identifier of the event kind.
Definition: Events_Message.h:36
An event message for sending a message with a boolean value.
Definition: Events_MessageBool.h:36
Events_MessageBool(const Events_ID theEventID, const bool theValue, const void *theSender=0)
Constructor.
Definition: Events_MessageBool.h:43
const bool value() const
Returns the value stored in this message.
Definition: Events_MessageBool.h:50
virtual ~Events_MessageBool()
Default destructor.
Definition: Events_MessageBool.h:47
EVENTS_EXPORT void send()
Sends the message.
Definition: Events_MessageBool.cpp:22
Message for communication between sender and listener of event.
Definition: Events_Message.h:65