EventQueue.post()

DESCRIPTION

Post an event from any thread to be run in the queue thread

DECLARATION

    virtual void post(QueueEvent event) = 0

PARAMETERS

event:
[in] The event to post to the queue