Package com.tremorvideo.airbase.evts
Class public class GetFilesEvent
Inheritance GetFilesEvent → Event
Language Version: ActionScript 3.0Class public class GetFilesEvent
Inheritance GetFilesEvent → Event
Runtime Versions: AIR 2
GetFiles events.
See also
Public Properties
Property
Defined By
downloadProgress : ProgressEvent = null
[AIR] The download progress event.
[AIR] The download progress event.
GetFilesEvent
errorInfo : Object = null
[AIR] Get more specific error information.
[AIR] Get more specific error information.
GetFilesEvent
getFiles : Vector. = null
[AIR] Get files.
[AIR] Get files.
GetFilesEvent
Public Methods
Method
Defined By
GetFilesEvent(type:String, getFiles:Vector. = null, downloadProgress:ProgressEvent = null, errorInfo:Object = null, bubbles:Boolean = false, cancelable:Boolean = false):void
[AIR] Creates an event object that contains information about GetFiles events.
[AIR] Creates an event object that contains information about GetFiles events.
GetFilesEvent
Public Constants
Constant
Defined By
DIALOG_CANCEL : String = "dialogCancel"
[AIR] [static] Defines the value of the type property of a dialogCancel event object.
[AIR] [static] Defines the value of the type property of a dialogCancel event object.
GetFilesEvent
DOWNLOAD_PROGRESS : String = "downloadProgress"
[AIR] [static] Defines the value of the type property of a downloadProgress event object.
[AIR] [static] Defines the value of the type property of a downloadProgress event object.
GetFilesEvent
DRAG_IN : String = "dragIn"
[AIR] [static] Defines the value of the type property of a dragIn event object.
[AIR] [static] Defines the value of the type property of a dragIn event object.
GetFilesEvent
DRAG_OUT : String = "dragOut"
[AIR] [static] Defines the value of the type property of a dragOut event object.
[AIR] [static] Defines the value of the type property of a dragOut event object.
GetFilesEvent
FILES : String = "files"
[AIR] [static] Defines the value of the type property of a files event object.
[AIR] [static] Defines the value of the type property of a files event object.
GetFilesEvent
FILES_ERROR : String = "filesError"
[AIR] [static] Defines the value of the type property of a filesError event object.
[AIR] [static] Defines the value of the type property of a filesError event object.
GetFilesEvent
Created May 18 2015