Pacchetto | mx.data |
Classe | public dynamic class ManagedObjectProxy |
Ereditarietà | ManagedObjectProxy ![]() ![]() |
Implementa | IManaged |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da |
---|
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
![]() | 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 |
Metodi protetti
Metodo | Definito da | ||
---|---|---|---|
![]() |
This method creates an array of all of the property names for the
proxied object. | ObjectProxy |
Tue Jun 12 2018, 02:44 PM Z