|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
virtual |
Poll action obey implementation override.
This method allows the sub-class to override specific poll action operations.
The default implementation does nothing and returns false.
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 action message handler. An implementor can access the reason for the entry using messageHandler->GetEntry(), output messages using messageHandler->MessageUser(), and can access the argument using GetEntry.Argument(). |