| Package | com.esri.aws.awx.events |
| Class | public class PanEvent |
| Inheritance | PanEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
PanEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new PanEvent.
| PanEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| PAN_START : String = "panStart" [static]
The map is starting to pan.
| PanEvent | ||
| PAN_STOP : String = "panStop" [static]
The map is finished panning.
| PanEvent | ||
| PanEvent | () | constructor |
public function PanEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new PanEvent.
Parameterstype:String — The event type; indicates the action that caused the event.
|
|
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
|
|
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
|
| PAN_START | constant |
public static const PAN_START:String = "panStart"The map is starting to pan.
| PAN_STOP | constant |
public static const PAN_STOP:String = "panStop"The map is finished panning.