|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IActionHandlerRegistry
A factory for action handler objects.
The action handler factory returns a registered handler for a given action type.
| Method Summary | |
|---|---|
IActionHandler[] |
getActionHandlers()
A collection of all registered IActionHandler instances. |
IActionHandler |
lookupActionHandler(COSName actionType)
The IActionHandler for the specified actionType. |
void |
registerActionHandler(IActionHandler handler)
Register an IActionHandler. |
void |
unregisterActionHandler(IActionHandler handler)
Unregister an IActionHandler. |
| Method Detail |
|---|
IActionHandler[] getActionHandlers()
IActionHandler instances.
IActionHandler instances.IActionHandler lookupActionHandler(COSName actionType)
IActionHandler for the specified actionType.
actionType - The type of action to be executed, for example /JavaScript
IActionHandler able to process an action definition
of the specified type.void registerActionHandler(IActionHandler handler)
IActionHandler.
handler - The new handlervoid unregisterActionHandler(IActionHandler handler)
IActionHandler.
handler - The IActionHandler to be unregistered.
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||