View comments | RSS feed
(Adobe® Flex™ Data Services 2 only)
Packagemx.data
Interfacepublic interface IManaged extends IPropertyChangeNotifier, IEventDispatcher, IUID

The IPropertyChangeNotifier interface provides the contract for a managed object. When using the [Managed] tag this interface will be implemented on the specified class during compilation.



Public Properties
 PropertyDefined by
 Inheriteduid : String
The unique identifier for this object.
IUID
Public Methods
 MethodDefined by
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
 Inherited
Dispatches an event into the event flow.
IEventDispatcher
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher




Comments


Brian Mantuano said on Apr 23, 2008 at 12:12 PM :
Small typo in the class description: "IPropertyChangeNotifier" should be "IManaged".

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/2/langref/mx/data/IManaged.html