getDestination

This method returns the reactive destination of the event.

Visibility
Public
Signature
OMReactive *getDestination() const 
Returns

The Attributes, which is an OMReactive instance

Notes

The getDestination method is called by the OMTimerManager::action method. It is also called by the OMThread::execute method to determine the OMReactive destination for an event.


Feedback