This method consumes a triggered operation event (synchronous event). This is a virtual function and can be overridden. The takeTrigger method works in the following way:
Public
virtual void takeTrigger (OMEvent* ev);
ev
Specifies the triggered event
A triggered operation is a synchronous event. The event is sent to the OMReactive instance and consumed immediately. Most statechart events are asynchronous. The event is sent to the OMReactive instance, but is not necessarily consumed immediately.