public interface IActionProcessor
This objects calls the "statements" of an "action script" one by one in a given event context.
The action definition remains "untyped" to allow for the different definition forms (for example in GoTo actions this may be a String, a Name, an Array or a Dictionary).| Modifier and Type | Method and Description |
|---|---|
void |
process(TriggerEvent event,
COSName actionType,
COSObject actionDefinition)
Process an
actionDefinition of type
actionType caused by event. |
void process(TriggerEvent event, COSName actionType, COSObject actionDefinition)
actionDefinition of type
actionType caused by event.event - actionType - actionDefinition - Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.