Adobe
®
Flex™ 2.0.1 Language Reference
All Packages
|
All Classes
|
Language Elements
|
Index
|
Appendixes
|
Conventions
|
Frames
No Frames
Interface IManaged
Properties
|
Methods
(Adobe
®
Flex™ Data Services 2 only)
Package
mx.data
Interface
public interface IManaged extends
IPropertyChangeNotifier
,
IEventDispatcher
,
IUID
Implementors
ManagedObjectProxy
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
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
uid
:
String
The unique identifier for this object.
IUID
Public Methods
Hide Inherited Public Methods
Show Inherited 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 with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
dispatchEvent
(event:
Event
):
Boolean
Dispatches an event into the event flow.
IEventDispatcher
hasEventListener
(type:
String
):
Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
removeEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false):
void
Removes a listener from the EventDispatcher object.
IEventDispatcher
willTrigger
(type:
String
):
Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
© 2004-2006 Adobe Systems Incorporated. All rights reserved.
Tue May 15 2007, 11:34 AM GMT-04:00