Packagecom.myflashlab.air.extensions.firebase.db
Classpublic class DBEvents
InheritanceDBEvents Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  dataSnapshot : DBDataSnapshot
[read-only] This object will be available on the following events.
DBEvents
  msg : String
[read-only] This object will be available on the following events.
DBEvents
  mutableData : DBMutableData
[read-only] This object will be available on the following events.
DBEvents
  previousChildName : String
[read-only] This object will be available on the following events.
DBEvents
Public Constants
 ConstantDefined By
  CHILD_ADDED : String = onChildAdded
[static] Removing one of the CHILD_events will disable all the other ones also.
DBEvents
  CHILD_CHANGE : String = onChildChanged
[static] Removing one of the CHILD_events will disable all the other ones also.
DBEvents
  CHILD_FAILED : String = onChildMoved
[static] Removing one of the CHILD_events will disable all the other ones also.
DBEvents
  CHILD_MOVED : String = onChildMoved
[static] Removing one of the CHILD_events will disable all the other ones also.
DBEvents
  CHILD_REMOVED : String = onChildRemoved
[static] Removing one of the CHILD_events will disable all the other ones also.
DBEvents
  REMOVE_VALUE_FAILURE : String = onDbReferenceRemoveValueFailure
[static]
DBEvents
  REMOVE_VALUE_SUCCESS : String = onDbReferenceRemoveValueSuccess
[static]
DBEvents
  SET_PRIORITY_FAILURE : String = onDbReferenceSetPriorityFailure
[static]
DBEvents
  SET_PRIORITY_SUCCESS : String = onDbReferenceSetPrioritySuccess
[static]
DBEvents
  SET_VALUE_FAILURE : String = onDbReferenceSetValueFailure
[static]
DBEvents
  SET_VALUE_SUCCESS : String = onDbReferenceSetValueSuccess
[static]
DBEvents
  SINGLE_VALUE_CHANGED : String = onSingleValueChanged
[static] Removing one of the SINGLE_VALUE_events will disable the other one also.
DBEvents
  SINGLE_VALUE_CHANGE_FAILED : String = onSingleValueChangeFailed
[static] Removing one of the SINGLE_VALUE_events will disable the other one also.
DBEvents
  TRANSACTION_COMPLETE : String = onDbReferenceRunTransactionCompleteSuccess
[static]
DBEvents
  TRANSACTION_FAILURE : String = onDbReferenceRunTransactionCompleteFailure
[static]
DBEvents
  TRANSACTION_PROGRESS : String = onDbReferenceRunTransactionDo
[static]
DBEvents
  UPDATE_CHILDREN_FAILURE : String = onDbReferenceUpdateChildrenFailure
[static]
DBEvents
  UPDATE_CHILDREN_SUCCESS : String = onDbReferenceUpdateChildrenSuccess
[static]
DBEvents
  VALUE_CHANGED : String = onValueChanged
[static]
DBEvents
  VALUE_CHANGE_FAILED : String = onValueChangeFailed
[static]
DBEvents
  WHEN_DISCONNECT_CANCEL_FAILURE : String = onDisconnectCancelFailure
[static]
DBEvents
  WHEN_DISCONNECT_CANCEL_SUCCESS : String = onDisconnectCancelSuccess
[static]
DBEvents
  WHEN_DISCONNECT_REMOVE_VALUE_FAILURE : String = onDisconnectRemoveValueFailure
[static]
DBEvents
  WHEN_DISCONNECT_REMOVE_VALUE_SUCCESS : String = onDisconnectRemoveValueSuccess
[static]
DBEvents
  WHEN_DISCONNECT_SET_VALUE_FAILURE : String = onDisconnectSetValueFailure
[static]
DBEvents
  WHEN_DISCONNECT_SET_VALUE_SUCCESS : String = onDisconnectSetValueSuccess
[static]
DBEvents
  WHEN_DISCONNECT_UPDATE_CHILDREN_FAILURE : String = onDisconnectUpdateChildrenFailure
[static]
DBEvents
  WHEN_DISCONNECT_UPDATE_CHILDREN_SUCCESS : String = onDisconnectUpdateChildrenSuccess
[static]
DBEvents
Property Detail
dataSnapshotproperty
dataSnapshot:DBDataSnapshot  [read-only]

This object will be available on the following events.


Implementation
    public function get dataSnapshot():DBDataSnapshot
msgproperty 
msg:String  [read-only]

This object will be available on the following events.


Implementation
    public function get msg():String
mutableDataproperty 
mutableData:DBMutableData  [read-only]

This object will be available on the following events.


Implementation
    public function get mutableData():DBMutableData
previousChildNameproperty 
previousChildName:String  [read-only]

This object will be available on the following events.


Implementation
    public function get previousChildName():String
Constant Detail
CHILD_ADDEDConstant
public static const CHILD_ADDED:String = onChildAdded

Removing one of the CHILD_events will disable all the other ones also. So, make sure you are adding or removing these listeners always together.

CHILD_CHANGEConstant 
public static const CHILD_CHANGE:String = onChildChanged

Removing one of the CHILD_events will disable all the other ones also. So, make sure you are adding or removing these listeners always together.

CHILD_FAILEDConstant 
public static const CHILD_FAILED:String = onChildMoved

Removing one of the CHILD_events will disable all the other ones also. So, make sure you are adding or removing these listeners always together.

CHILD_MOVEDConstant 
public static const CHILD_MOVED:String = onChildMoved

Removing one of the CHILD_events will disable all the other ones also. So, make sure you are adding or removing these listeners always together.

CHILD_REMOVEDConstant 
public static const CHILD_REMOVED:String = onChildRemoved

Removing one of the CHILD_events will disable all the other ones also. So, make sure you are adding or removing these listeners always together.

REMOVE_VALUE_FAILUREConstant 
public static const REMOVE_VALUE_FAILURE:String = onDbReferenceRemoveValueFailure

REMOVE_VALUE_SUCCESSConstant 
public static const REMOVE_VALUE_SUCCESS:String = onDbReferenceRemoveValueSuccess

SET_PRIORITY_FAILUREConstant 
public static const SET_PRIORITY_FAILURE:String = onDbReferenceSetPriorityFailure

SET_PRIORITY_SUCCESSConstant 
public static const SET_PRIORITY_SUCCESS:String = onDbReferenceSetPrioritySuccess

SET_VALUE_FAILUREConstant 
public static const SET_VALUE_FAILURE:String = onDbReferenceSetValueFailure

SET_VALUE_SUCCESSConstant 
public static const SET_VALUE_SUCCESS:String = onDbReferenceSetValueSuccess

SINGLE_VALUE_CHANGE_FAILEDConstant 
public static const SINGLE_VALUE_CHANGE_FAILED:String = onSingleValueChangeFailed

Removing one of the SINGLE_VALUE_events will disable the other one also. So, make sure you are adding or removing these listeners always together.

SINGLE_VALUE_CHANGEDConstant 
public static const SINGLE_VALUE_CHANGED:String = onSingleValueChanged

Removing one of the SINGLE_VALUE_events will disable the other one also. So, make sure you are adding or removing these listeners always together.

TRANSACTION_COMPLETEConstant 
public static const TRANSACTION_COMPLETE:String = onDbReferenceRunTransactionCompleteSuccess

TRANSACTION_FAILUREConstant 
public static const TRANSACTION_FAILURE:String = onDbReferenceRunTransactionCompleteFailure

TRANSACTION_PROGRESSConstant 
public static const TRANSACTION_PROGRESS:String = onDbReferenceRunTransactionDo

UPDATE_CHILDREN_FAILUREConstant 
public static const UPDATE_CHILDREN_FAILURE:String = onDbReferenceUpdateChildrenFailure

UPDATE_CHILDREN_SUCCESSConstant 
public static const UPDATE_CHILDREN_SUCCESS:String = onDbReferenceUpdateChildrenSuccess

VALUE_CHANGE_FAILEDConstant 
public static const VALUE_CHANGE_FAILED:String = onValueChangeFailed

VALUE_CHANGEDConstant 
public static const VALUE_CHANGED:String = onValueChanged

WHEN_DISCONNECT_CANCEL_FAILUREConstant 
public static const WHEN_DISCONNECT_CANCEL_FAILURE:String = onDisconnectCancelFailure

WHEN_DISCONNECT_CANCEL_SUCCESSConstant 
public static const WHEN_DISCONNECT_CANCEL_SUCCESS:String = onDisconnectCancelSuccess

WHEN_DISCONNECT_REMOVE_VALUE_FAILUREConstant 
public static const WHEN_DISCONNECT_REMOVE_VALUE_FAILURE:String = onDisconnectRemoveValueFailure

WHEN_DISCONNECT_REMOVE_VALUE_SUCCESSConstant 
public static const WHEN_DISCONNECT_REMOVE_VALUE_SUCCESS:String = onDisconnectRemoveValueSuccess

WHEN_DISCONNECT_SET_VALUE_FAILUREConstant 
public static const WHEN_DISCONNECT_SET_VALUE_FAILURE:String = onDisconnectSetValueFailure

WHEN_DISCONNECT_SET_VALUE_SUCCESSConstant 
public static const WHEN_DISCONNECT_SET_VALUE_SUCCESS:String = onDisconnectSetValueSuccess

WHEN_DISCONNECT_UPDATE_CHILDREN_FAILUREConstant 
public static const WHEN_DISCONNECT_UPDATE_CHILDREN_FAILURE:String = onDisconnectUpdateChildrenFailure

WHEN_DISCONNECT_UPDATE_CHILDREN_SUCCESSConstant 
public static const WHEN_DISCONNECT_UPDATE_CHILDREN_SUCCESS:String = onDisconnectUpdateChildrenSuccess