| Package | com.adobe.rtc.events |
| Class | public class FileManagerEvent |
| Inheritance | FileManagerEvent flash.events.Event |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
FileManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
| FileManagerEvent | ||
| Constant | Defined 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 | ||
| alertMessage | property |
public var alertMessage:StringIf applicable, the message corresponding to the problem with the file operation.
| fileDescriptor | property |
public var fileDescriptor:FileDescriptorThe FileDescriptor for the related file, if appropriate.
| FileManagerEvent | () | constructor |
public function FileManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = true) |
| CLEARED_FILE_DESCRIPTOR | constant |
public static const CLEARED_FILE_DESCRIPTOR:String = "clearedFileDescriptor"Dispatched when a file within the room has been deleted.
| FILE_ALERT | constant |
public static const FILE_ALERT:String = "fileAlert"Dispatched when there is a problem with a file operation.
| NEW_FILE_DESCRIPTOR | constant |
public static const NEW_FILE_DESCRIPTOR:String = "newFileDescriptor"Dispatched when a file has begun uploading to the room.
| READY_FOR_UPLOAD | constant |
public static const READY_FOR_UPLOAD:String = "readyForUpload"Dispatched when a file has been cleared to begin uploading.
| UPDATED_FILE_DESCRIPTOR | constant |
public static const UPDATED_FILE_DESCRIPTOR:String = "updatedFileDescriptor"Dispatched when a file within the room has been updated.
| UPDATE_OK | constant |
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