AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ TriggerReceived()

virtual void drama::MessageEventHandler::TriggerReceived ( thread::ProcessInfo  messInfo,
StatusType  status,
const sds::IdPtr arg 
)
virtual

Invoked if a trigger message is received.

The default reports to the user via Ers that a trigger has been received and to gives some hints about how to handle it

Note
When invoked, the DRAMA Lock is taken and the DRAMA context is that of the action (or UFACE context) the thread was running in. Since the lock is taken, don't do anything which waits.
Parameters
messInfoDetails on the message sent
statusThe DRAMA status associated with the trigger.
argThe argument to the trigger.

Reimplemented in drama::MonForwardEventHandler, and drama::thread::MonitorMessageHandler.