Pakket | mx.data |
Klasse | public dynamic class ManagedObjectProxy |
Overerving | ManagedObjectProxy ![]() ![]() |
Implementatie | IManaged |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
addEventListener()
method.
This class provides the same level of functionality for anonymous objects
managed by a DataService as that given to any class with
[Managed]
metadata applied to it.
Openbare eigenschappen
Eigenschap | Gedefinieerd door |
---|
Beschermde eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object
so that the listener receives notification of an event. | ObjectProxy | |
![]() |
Dispatches an event into the event flow. | ObjectProxy | |
![]() |
Checks whether there are any event listeners registered
for a specific type of event. | ObjectProxy | |
![]() |
Called when a complex property is updated. | ObjectProxy | |
![]() |
Removes an event listener. | ObjectProxy | |
![]() |
Checks whether an event listener is registered with this object
or any of its ancestors for the specified event type. | ObjectProxy |
Beschermde methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
![]() |
This method creates an array of all of the property names for the
proxied object. | ObjectProxy |
Wed Jun 13 2018, 11:42 AM Z