Kanzi Engine API
Action

Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More...

Collaboration diagram for Action:

Classes

class  kanzi::Action
 Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More...
 
class  kanzi::ActionBase
 Base abstraction class for Action classes. More...
 
class  kanzi::ApplyAction
 Base abstraction for Actions for DataTrigger, such as ForwardingApplyAction and ApplyActivationAction. More...
 
class  kanzi::ApplyActivationAction
 An ApplyActivationAction keeps an Activity node activated for as long as the condition is met in a DataTrigger that contains this action. More...
 
class  kanzi::ApplyPropertyAction
 An ApplyPropertyAction sets a property to the requested value for as long as the condition is met in the DataTrigger that sets off this action. More...
 
class  kanzi::DispatchMessageAction
 DispatchMessageAction dispatches a message of specified type to a specified target. More...
 

Detailed Description

Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met.