Packagecom.afcomponents.umap.events
Classpublic class InfoWindowEvent
InheritanceInfoWindowEvent Inheritance flash.events.Event

InfoWindowEvent



Public Methods
 MethodDefined by
  
InfoWindowEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
InfoWindowEvent
Public Constants
 ConstantDefined by
  CLOSE : String = "infoWindowClose"
[static]
InfoWindowEvent
  OPEN : String = "infoWindowOpen"
[static]
InfoWindowEvent
Constructor detail
InfoWindowEvent()constructor
public function InfoWindowEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
CLOSEconstant
public static const CLOSE:String = "infoWindowClose"

OPENconstant 
public static const OPEN:String = "infoWindowOpen"