Packagecom.esri.ags.events
Classpublic class FlareEvent
InheritanceFlareEvent Inheritance flash.events.Event

Since : ArcGIS API for Flex 2.0

Represents event objects that are specific to the FlareSymbol.

See also

com.esri.ags.clusterers.supportClasses.FlareSymbol


Public Properties
 PropertyDefined By
  cluster : Cluster
Reference to the associated cluster.
FlareEvent
Public Methods
 MethodDefined By
  
FlareEvent(type:String, cluster:Cluster)
Creates a new FlareEvent instance.
FlareEvent
Public Constants
 ConstantDefined By
  FLARE_IN_COMPLETE : String = flareInComplete
[static] Defines the value of the type property of a flareInComplete event object.
FlareEvent
  FLARE_IN_START : String = flareInStart
[static] Defines the value of the type property of a flareInStart event object.
FlareEvent
  FLARE_OUT_COMPLETE : String = flareOutComplete
[static] Defines the value of the type property of a flareOutComplete event object.
FlareEvent
  FLARE_OUT_START : String = flareOutStart
[static] Defines the value of the type property of a flareOutStart event object.
FlareEvent
Property Detail
clusterproperty
public var cluster:Cluster

Reference to the associated cluster.

Constructor Detail
FlareEvent()Constructor
public function FlareEvent(type:String, cluster:Cluster)

Creates a new FlareEvent instance.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
cluster:Cluster — The cluster reference.
Constant Detail
FLARE_IN_COMPLETEConstant
public static const FLARE_IN_COMPLETE:String = flareInComplete

Defines the value of the type property of a flareInComplete event object.

FLARE_IN_STARTConstant 
public static const FLARE_IN_START:String = flareInStart

Defines the value of the type property of a flareInStart event object.

FLARE_OUT_COMPLETEConstant 
public static const FLARE_OUT_COMPLETE:String = flareOutComplete

Defines the value of the type property of a flareOutComplete event object.

FLARE_OUT_STARTConstant 
public static const FLARE_OUT_START:String = flareOutStart

Defines the value of the type property of a flareOutStart event object.