Packagecom.adobe.rtc.events
Classpublic class FileManagerEvent
InheritanceFileManagerEvent Inheritance flash.events.Event

The event class sent by com.adobe.rtc.sharedManagers.FileManager.

See also

com.adobe.rtc.sharedManagers.FileManager


Public Properties
 PropertyDefined by
  alertMessage : String
If applicable, the message corresponding to the problem with the file operation.
FileManagerEvent
  fileDescriptor : FileDescriptor
The FileDescriptor for the related file, if appropriate.
FileManagerEvent
Public Methods
 MethodDefined by
  
FileManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
FileManagerEvent
Public Constants
 ConstantDefined by
  CLEARED_FILE_DESCRIPTOR : String = "clearedFileDescriptor"
[static] Dispatched when a file within the room has been deleted.
FileManagerEvent
  FILE_ALERT : String = "fileAlert"
[static] Dispatched when there is a problem with a file operation.
FileManagerEvent
  NEW_FILE_DESCRIPTOR : String = "newFileDescriptor"
[static] Dispatched when a file has begun uploading to the room.
FileManagerEvent
  READY_FOR_UPLOAD : String = "readyForUpload"
[static] Dispatched when a file has been cleared to begin uploading.
FileManagerEvent
  UPDATED_FILE_DESCRIPTOR : String = "updatedFileDescriptor"
[static] Dispatched when a file within the room has been updated.
FileManagerEvent
  UPDATE_OK : String = "updateOK"
[static] Dispatched when a file has been cleared for updating.
FileManagerEvent
Property detail
alertMessageproperty
public var alertMessage:String

If applicable, the message corresponding to the problem with the file operation.

fileDescriptorproperty 
public var fileDescriptor:FileDescriptor

The FileDescriptor for the related file, if appropriate.

Constructor detail
FileManagerEvent()constructor
public function FileManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = true)
Constant detail
CLEARED_FILE_DESCRIPTORconstant
public static const CLEARED_FILE_DESCRIPTOR:String = "clearedFileDescriptor"

Dispatched when a file within the room has been deleted.

FILE_ALERTconstant 
public static const FILE_ALERT:String = "fileAlert"

Dispatched when there is a problem with a file operation.

NEW_FILE_DESCRIPTORconstant 
public static const NEW_FILE_DESCRIPTOR:String = "newFileDescriptor"

Dispatched when a file has begun uploading to the room.

READY_FOR_UPLOADconstant 
public static const READY_FOR_UPLOAD:String = "readyForUpload"

Dispatched when a file has been cleared to begin uploading.

UPDATED_FILE_DESCRIPTORconstant 
public static const UPDATED_FILE_DESCRIPTOR:String = "updatedFileDescriptor"

Dispatched when a file within the room has been updated.

UPDATE_OKconstant 
public static const UPDATE_OK:String = "updateOK"

Dispatched when a file has been cleared for updating.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/FileManagerEvent.html