套件 | mx.data |
類別 | public dynamic class ManagedObjectProxy |
繼承 | ManagedObjectProxy ![]() ![]() |
實作 | IManaged |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | 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.
公用屬性
屬性 | 定義自 |
---|
公用方法
方法 | 定義自 | ||
---|---|---|---|
![]() | 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 |
保護方法
方法 | 定義自 | ||
---|---|---|---|
![]() |
This method creates an array of all of the property names for the
proxied object. | ObjectProxy |
Tue Jun 12 2018, 03:47 PM Z