| Package | com.afcomponents.umap.events |
| Class | public class InfoWindowEvent |
| Inheritance | InfoWindowEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
InfoWindowEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| InfoWindowEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLOSE : String = "infoWindowClose" [static]
| InfoWindowEvent | ||
| OPEN : String = "infoWindowOpen" [static]
| InfoWindowEvent | ||
| InfoWindowEvent | () | constructor |
public function InfoWindowEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| CLOSE | constant |
public static const CLOSE:String = "infoWindowClose"
| OPEN | constant |
public static const OPEN:String = "infoWindowOpen"