Package | com.myflashlab.air.extensions.firebase.db |
Class | public class DBEvents |
Inheritance | DBEvents flash.events.Event |
Property | Defined 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 |
Constant | Defined 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 |
dataSnapshot | property |
dataSnapshot:DBDataSnapshot
[read-only]
This object will be available on the following events.
public function get dataSnapshot():DBDataSnapshot
msg | property |
msg:String
[read-only]
This object will be available on the following events.
public function get msg():String
mutableData | property |
mutableData:DBMutableData
[read-only]
This object will be available on the following events.
public function get mutableData():DBMutableData
previousChildName | property |
previousChildName:String
[read-only]
This object will be available on the following events.
public function get previousChildName():String
CHILD_ADDED | Constant |
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_CHANGE | Constant |
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_FAILED | Constant |
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_MOVED | Constant |
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_REMOVED | Constant |
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_FAILURE | Constant |
public static const REMOVE_VALUE_FAILURE:String = onDbReferenceRemoveValueFailure
REMOVE_VALUE_SUCCESS | Constant |
public static const REMOVE_VALUE_SUCCESS:String = onDbReferenceRemoveValueSuccess
SET_PRIORITY_FAILURE | Constant |
public static const SET_PRIORITY_FAILURE:String = onDbReferenceSetPriorityFailure
SET_PRIORITY_SUCCESS | Constant |
public static const SET_PRIORITY_SUCCESS:String = onDbReferenceSetPrioritySuccess
SET_VALUE_FAILURE | Constant |
public static const SET_VALUE_FAILURE:String = onDbReferenceSetValueFailure
SET_VALUE_SUCCESS | Constant |
public static const SET_VALUE_SUCCESS:String = onDbReferenceSetValueSuccess
SINGLE_VALUE_CHANGE_FAILED | Constant |
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_CHANGED | Constant |
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_COMPLETE | Constant |
public static const TRANSACTION_COMPLETE:String = onDbReferenceRunTransactionCompleteSuccess
TRANSACTION_FAILURE | Constant |
public static const TRANSACTION_FAILURE:String = onDbReferenceRunTransactionCompleteFailure
TRANSACTION_PROGRESS | Constant |
public static const TRANSACTION_PROGRESS:String = onDbReferenceRunTransactionDo
UPDATE_CHILDREN_FAILURE | Constant |
public static const UPDATE_CHILDREN_FAILURE:String = onDbReferenceUpdateChildrenFailure
UPDATE_CHILDREN_SUCCESS | Constant |
public static const UPDATE_CHILDREN_SUCCESS:String = onDbReferenceUpdateChildrenSuccess
VALUE_CHANGE_FAILED | Constant |
public static const VALUE_CHANGE_FAILED:String = onValueChangeFailed
VALUE_CHANGED | Constant |
public static const VALUE_CHANGED:String = onValueChanged
WHEN_DISCONNECT_CANCEL_FAILURE | Constant |
public static const WHEN_DISCONNECT_CANCEL_FAILURE:String = onDisconnectCancelFailure
WHEN_DISCONNECT_CANCEL_SUCCESS | Constant |
public static const WHEN_DISCONNECT_CANCEL_SUCCESS:String = onDisconnectCancelSuccess
WHEN_DISCONNECT_REMOVE_VALUE_FAILURE | Constant |
public static const WHEN_DISCONNECT_REMOVE_VALUE_FAILURE:String = onDisconnectRemoveValueFailure
WHEN_DISCONNECT_REMOVE_VALUE_SUCCESS | Constant |
public static const WHEN_DISCONNECT_REMOVE_VALUE_SUCCESS:String = onDisconnectRemoveValueSuccess
WHEN_DISCONNECT_SET_VALUE_FAILURE | Constant |
public static const WHEN_DISCONNECT_SET_VALUE_FAILURE:String = onDisconnectSetValueFailure
WHEN_DISCONNECT_SET_VALUE_SUCCESS | Constant |
public static const WHEN_DISCONNECT_SET_VALUE_SUCCESS:String = onDisconnectSetValueSuccess
WHEN_DISCONNECT_UPDATE_CHILDREN_FAILURE | Constant |
public static const WHEN_DISCONNECT_UPDATE_CHILDREN_FAILURE:String = onDisconnectUpdateChildrenFailure
WHEN_DISCONNECT_UPDATE_CHILDREN_SUCCESS | Constant |
public static const WHEN_DISCONNECT_UPDATE_CHILDREN_SUCCESS:String = onDisconnectUpdateChildrenSuccess