| Package | com.esri.ags.events |
| Class | public class FlareEvent |
| Inheritance | FlareEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| cluster : Cluster
Reference to the associated cluster. | FlareEvent | ||
| Method | Defined By | ||
|---|---|---|---|
FlareEvent(type:String, cluster:Cluster)
Creates a new FlareEvent instance. | FlareEvent | ||
| Constant | Defined 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 | ||
| cluster | property |
public var cluster:ClusterReference to the associated cluster.
| FlareEvent | () | Constructor |
public function FlareEvent(type:String, cluster:Cluster)Creates a new FlareEvent instance.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
cluster:Cluster — The cluster reference.
|
| FLARE_IN_COMPLETE | Constant |
public static const FLARE_IN_COMPLETE:String = flareInComplete
Defines the value of the type property of a flareInComplete event object.
| FLARE_IN_START | Constant |
public static const FLARE_IN_START:String = flareInStart
Defines the value of the type property of a flareInStart event object.
| FLARE_OUT_COMPLETE | Constant |
public static const FLARE_OUT_COMPLETE:String = flareOutComplete
Defines the value of the type property of a flareOutComplete event object.
| FLARE_OUT_START | Constant |
public static const FLARE_OUT_START:String = flareOutStart
Defines the value of the type property of a flareOutStart event object.