handleEventNotConsumed

This method is a virtual method called when an event is not consumed by the reactive class. To handle an unconsumed event, you must override this method.

This method is part of the framework for handling unconsumed events.

Visibility
Public
Signature
virtual void handleEventNotConsumed (OMEvent* event);
Parameters
event

Specifies the event


Feedback