|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inlinevirtualinherited |
Put a message handler object for the next Kick event.
Will be reset to a null handler when the action completes.
| obj | The object which will handle the kick 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.