Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.automation.events 
EventDetails 
Packagemx.automation.events
Classpublic class EventDetails
InheritanceEventDetails Inheritance Object

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  eventType : String
EventDetails
  handlerFunction : Function
EventDetails
  priority : int
EventDetails
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  useCapture : Boolean
EventDetails
  useWeekRef : Boolean
EventDetails
Public Methods
 MethodDefined By
  
EventDetails(type:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekReferance:Boolean = false)
EventDetails
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

eventType

property
public var eventType:String

handlerFunction

property 
public var handlerFunction:Function

priority

property 
public var priority:int

useCapture

property 
public var useCapture:Boolean

useWeekRef

property 
public var useWeekRef:Boolean

Constructor Detail

EventDetails

()Constructor
public function EventDetails(type:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekReferance:Boolean = false)



Parameters
type:String
 
handler:Function
 
useCapture:Boolean (default = false)
 
priority:int (default = 0)
 
useWeekReferance:Boolean (default = false)