Package | com.adobe.csxs.events |
Class | public class InvokeEvent |
Inheritance | InvokeEvent ![]() |
CSXSInterface.requestOpenExtension(extensionId, startupParams)
.
Application.application.parameters
. See also
Property | Defined by | ||
---|---|---|---|
parameters : Object The invocation parameters.
| InvokeEvent |
Method | Defined by | ||
---|---|---|---|
InvokeEvent(parameters:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Creates the event object.
| InvokeEvent | ||
clone():Event
Creates a copy of this object and sets the value of each property to match that of the original.
| InvokeEvent |
Constant | Defined by | ||
---|---|---|---|
INVOKE : String = "com.adobe.csxs.events.InvokeEvent" [static] The event type constant.
| InvokeEvent |
parameters | property |
public var parameters:Object
The invocation parameters.
InvokeEvent | () | constructor |
public function InvokeEvent(parameters:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Creates the event object.
Parametersparameters:Object — The invocation parameters.
|
|
bubbles:Boolean (default = false ) — True to allow propagation of this event.
|
|
cancelable:Boolean (default = false ) — True if the behavior associated with the event can be prevented.
|
clone | () | method |
public override function clone():Event
Creates a copy of this object and sets the value of each property to match that of the original.
ReturnsEvent — The new object.
|
INVOKE | constant |
public static const INVOKE:String = "com.adobe.csxs.events.InvokeEvent"
The event type constant.