|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
overridevirtual |
Invoked if an action waiting on a monitor message receives a kick message during the wait.
The default behavior is to cancel the monitor by invoking the Cancel() method on the monitor.
| messInfo | Details on the message sent |
| arg | The argument to the kick |
Reimplemented from drama::MessageEventHandler.