| Package | com.daveoncode.logging.events |
| Class | public class BackupManagerEvent |
| Inheritance | BackupManagerEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| content : Object [read-only]
Access to the event's content (data read or error message)
| BackupManagerEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
BackupManagerEvent(type:String, content:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor function of DataLoaderEvent class
| BackupManagerEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BACKUP_CREATION_FAILURE : String = "creationFailure" [static]
Represents a succesfull backup
| BackupManagerEvent | ||
| BACKUP_CREATION_SUCCESS : String = "creationSuccess" [static]
Represents a failure during a backup procedure
| BackupManagerEvent | ||
| content | property |
content:Object [read-only]Access to the event's content (data read or error message)
Implementation public function get content():Object
| BackupManagerEvent | () | constructor |
public function BackupManagerEvent(type:String, content:Object, bubbles:Boolean = false, cancelable:Boolean = false)Constructor function of DataLoaderEvent class
Parameterstype:String |
|
content:Object |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| BACKUP_CREATION_FAILURE | constant |
public static const BACKUP_CREATION_FAILURE:String = "creationFailure"Represents a succesfull backup
| BACKUP_CREATION_SUCCESS | constant |
public static const BACKUP_CREATION_SUCCESS:String = "creationSuccess"Represents a failure during a backup procedure