Packageorg.flowplayer.model
Classpublic class EventType
SubclassesClipEventType, PlayerEventType, PluginEventType



Public Properties
 PropertyDefined by
  custom : Boolean
[read-only]
EventType
  isCancellable : Boolean
[read-only]
EventType
  name : String
[read-only]
EventType
Public Methods
 MethodDefined by
  
EventType(name:String, custom:Boolean = false)
EventType
Property detail
customproperty
custom:Boolean  [read-only]Implementation
    public function get custom():Boolean
isCancellableproperty 
isCancellable:Boolean  [read-only]Implementation
    public function get isCancellable():Boolean
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
Constructor detail
EventType()constructor
public function EventType(name:String, custom:Boolean = false)Parameters
name:String
 
custom:Boolean (default = false)