cancelEvents

The cancelEvents method cancels all the queued events for the reactive object. This method is called upon destruction of the reactive object to prevent the thread from sending additional events to a destroyed object.

Visibility
Public
Signature
void cancelEvents();
Notes

Feedback