TibrvMsg::getEvent()
Method
Declaration
TibrvEvent* getEvent
();
Purpose
Extract the event associated with a (dispatched) message object.
Remarks
Dispatch associates the message with a listener event.
This call is valid only for an inbound message that has already been dispatched to a listener event. If the message is not associated with a listener event, then this method returns NULL
.