OMReactive

The OMReactive method is the constructor for the OMReactive class.

Visibility
Public
Signature
OMReactive(OMThread *pthread = OMReactive class);
Parameters
pthread

Defines the thread on which events for the OMReactive instance are processed. The default value is OMReactive class, which is set to the system default active class.

Composite classes use this parameter to inherit threads to components.


Feedback