|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
virtual |
Poll action kick implementation.
This method allows the sub-class to override specific poll kick operations.
The default implementation does nothing but message the user and returns true, which would cause the POLL action to complete.
Warning - NOT threaded, so can't send messages using DRAMA2. If you need that ability, then you will need to implement an entirely new POLL action.
| messageHandler | The POLL kick message handler. An implementer can access the reason for the entry using messageHandler->GetEntry(), output messages using messageHandler->MessageUser(), and can access the argument using GetEntry.Argument(). |