intarsys PDF library API

de.intarsys.pdf.app.action
Interface IActionProcessor

All Known Implementing Classes:
StandardActionProcessor

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

process

void process(TriggerEvent event,
             COSName actionType,
             COSObject actionDefinition)
Process an actionDefinition of type actionType caused by event.

Parameters:
event -
actionType -
actionDefinition -

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.