public interface ScriptHandlerIF
The interface provides methods to
| Modifier and Type | Method and Description |
|---|---|
LiveComponent |
newLiveComponent(RhinoScriptHandler handler,
Obj xfaObject)
Instantiates a new LiveComponent.
|
LiveObject |
newLiveObject(RhinoScriptHandler handler,
Obj xfaObject)
Instantiates a new LiveObject.
|
LiveObject newLiveObject(RhinoScriptHandler handler, Obj xfaObject)
handler - a Rhino script handler.xfaObject - the XFA object that is peered to this instance.LiveComponent newLiveComponent(RhinoScriptHandler handler, Obj xfaObject)
handler - a Rhino script handler.xfaObject - the XFA object (app model) associated with the given script handler.Copyright © 2010 - 2020 Adobe. All Rights Reserved