|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IActionProcessor
A processor (interpreter) object for action definition objects.
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).
| Method Summary | |
|---|---|
void |
process(TriggerEvent event,
COSName actionType,
COSObject actionDefinition)
Process an actionDefinition of type
actionType caused by event. |
| Method Detail |
|---|
void process(TriggerEvent event,
COSName actionType,
COSObject actionDefinition)
actionDefinition of type
actionType caused by event.
event - actionType - actionDefinition -
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||