Packagecom.daveoncode.logging.events
Classpublic class BackupManagerEvent
InheritanceBackupManagerEvent Inheritance flash.events.Event

Event dispatched by BackupManager

See also

com.daveoncode.logging.io.BackupManager


Public Properties
 PropertyDefined by
  content : Object
[read-only] Access to the event's content (data read or error message)
BackupManagerEvent
Public Methods
 MethodDefined by
  
BackupManagerEvent(type:String, content:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor function of DataLoaderEvent class
BackupManagerEvent
Public Constants
 ConstantDefined 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
Property detail
contentproperty
content:Object  [read-only]

Access to the event's content (data read or error message)

Implementation
    public function get content():Object
Constructor detail
BackupManagerEvent()constructor
public function BackupManagerEvent(type:String, content:Object, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor function of DataLoaderEvent class

Parameters
type:String
 
content:Object
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
BACKUP_CREATION_FAILUREconstant
public static const BACKUP_CREATION_FAILURE:String = "creationFailure"

Represents a succesfull backup

BACKUP_CREATION_SUCCESSconstant 
public static const BACKUP_CREATION_SUCCESS:String = "creationSuccess"

Represents a failure during a backup procedure