|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
virtualinherited |
Put a message handler function for the next Kick event.
Will be reset to a null handler when the action completes.
| func | A function to be invoked to handle the kick event. The only argument to this function is a drama::MessageHandler object, but not the one on which this was invoked. Instead, a separately allocated object. It returns the reschedule request. |