|
FireSync API
|
| kStatus kAxAction_Construct | ( | kAxAction * | action, |
| kType | type, | ||
| const kChar * | name, | ||
| kActionTrigger | trigger, | ||
| kAxEnviron | actionEnviron, | ||
| kAlloc | allocator | ||
| ) |
Factory constructor for action objects.
This function can be used to construct any action type.
| action | Receives constructed action object. |
| type | Action class type. |
| name | Descriptive action instance name. |
| trigger | Action trigger source. |
| actionEnviron | Object to provide external services to the action. |
| allocator | Memory allocator (or kNULL for default). |