|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inlinevirtualinherited |
Put a message handler object for the next Obey reschedule event.
Will be reset to the default handler when the action completes.
| obj | The object which will handle the reschedule event. The MessageReceived method of this object will be invoked. Passed by std::shrared_ptr. The object must be a sub-class of drama::MessageHandler. |
Reimplemented in drama::thread::TAction.
References drama::CreateRunDramaTask(), and DramaTHROW.