Property | Defined by | ||
---|---|---|---|
all : Dictionary [static][read-only]
| PluginEventType | ||
cancellable : Dictionary [static][read-only]
| PluginEventType | ||
![]() | custom : Boolean | EventType | |
isCancellable : Boolean [read-only]
| PluginEventType | ||
![]() | name : String | EventType |
Method | Defined by | ||
---|---|---|---|
PluginEventType(name:String)
| PluginEventType | ||
toString():String
| PluginEventType |
Constant | Defined by | ||
---|---|---|---|
ERROR : PluginEventType
[static]
| PluginEventType | ||
LOAD : PluginEventType
[static]
| PluginEventType | ||
PLUGIN_EVENT : PluginEventType
[static]
| PluginEventType |
all | property |
all:Dictionary
[read-only]Implementation
public static function get all():Dictionary
cancellable | property |
cancellable:Dictionary
[read-only]Implementation
public static function get cancellable():Dictionary
isCancellable | property |
isCancellable:Boolean
[read-only]Implementation
public function get isCancellable():Boolean
PluginEventType | () | constructor |
public function PluginEventType(name:String)
Parameters
name:String |
toString | () | method |
public function toString():String
Returns
String |
ERROR | constant |
public static const ERROR:PluginEventType
LOAD | constant |
public static const LOAD:PluginEventType
PLUGIN_EVENT | constant |
public static const PLUGIN_EVENT:PluginEventType