OMStartBehaviorEvent class

The OMStartBehaviorEvent class is used to handle the special case when a reactive class injects events to itself, and the startBehavior method has null transitions that is taken after the default transition.

Using this class, you can execute the null transitions in the context of the reactive thread, instead of in the context of the thread that called startBehavior.


Feedback