Packageorg.flowplayer.model
Classpublic class PluginEventType
InheritancePluginEventType Inheritance EventType



Public Properties
 PropertyDefined by
  all : Dictionary
[static][read-only]
PluginEventType
  cancellable : Dictionary
[static][read-only]
PluginEventType
 Inheritedcustom : Boolean
EventType
  isCancellable : Boolean
[read-only]
PluginEventType
 Inheritedname : String
EventType
Public Methods
 MethodDefined by
  
PluginEventType(name:String)
PluginEventType
  
toString():String
PluginEventType
Public Constants
 ConstantDefined by
  ERROR : PluginEventType
[static]
PluginEventType
  LOAD : PluginEventType
[static]
PluginEventType
  PLUGIN_EVENT : PluginEventType
[static]
PluginEventType
Property detail
allproperty
all:Dictionary  [read-only]Implementation
    public static function get all():Dictionary
cancellableproperty 
cancellable:Dictionary  [read-only]Implementation
    public static function get cancellable():Dictionary
isCancellableproperty 
isCancellable:Boolean  [read-only]Implementation
    public function get isCancellable():Boolean
Constructor detail
PluginEventType()constructor
public function PluginEventType(name:String)Parameters
name:String
Method detail
toString()method
public function toString():String

Returns
String
Constant detail
ERRORconstant
public static const ERROR:PluginEventType
LOADconstant 
public static const LOAD:PluginEventType
PLUGIN_EVENTconstant 
public static const PLUGIN_EVENT:PluginEventType