Package | mx.data |
Class | public dynamic class ManagedObjectProxy |
Inheritance | ManagedObjectProxy ![]() ![]() |
Implements | IManaged |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | 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.
Public Properties
Property | Defined By |
---|
Protected Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
![]() | 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 |
Protected Methods
Method | Defined By | ||
---|---|---|---|
![]() |
This method creates an array of all of the property names for the
proxied object. | ObjectProxy |
Thu Dec 6 2018, 01:12 PM -08:00