|
SHAPER
9.15.0
|
Message for communication between sender and listener of event. More...

Public Member Functions | |
| Events_Message (const Events_ID theID, const void *theSender=0) | |
| Creates the message. More... | |
| virtual | ~Events_Message () |
| do nothing in the destructor yet More... | |
| const Events_ID & | eventID () const |
| Returns identifier of the message. More... | |
| void * | sender () const |
| Returns sender of the message or NULL if it is anonymous message. More... | |
Message for communication between sender and listener of event.
Normally it is inherited by the higher-level
|
inline |
Creates the message.
|
inlinevirtual |
do nothing in the destructor yet
|
inline |
Returns identifier of the message.
|
inline |
Returns sender of the message or NULL if it is anonymous message.