Packageartcustomer.maxima.events
Classpublic class NavigationSystemEvent
InheritanceNavigationSystemEvent Inheritance flash.events.Event

NavigationSystemEvent



Public Methods
 MethodDefined By
  
NavigationSystemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, requestKey:String = null, location:String = null, error:String = null)
Constructor
NavigationSystemEvent
  
clone():Event
[override] Clone NavigationSystemEvent.
NavigationSystemEvent
  
toString():String
[override] Get String format of NavigationSystemEvent.
NavigationSystemEvent
Public Constants
 ConstantDefined By
  ON_LOCATION_CHANGE : String = onLocationChange
[static]
NavigationSystemEvent
  ON_LOCATION_NOT_FOUND : String = onLocationNotFound
[static]
NavigationSystemEvent
  ON_LOCATION_REQUESTED : String = onLocationRequested
[static]
NavigationSystemEvent
  ON_SYSTEM_ERROR : String = onSystemError
[static]
NavigationSystemEvent
Constructor Detail
NavigationSystemEvent()Constructor
public function NavigationSystemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, requestKey:String = null, location:String = null, error:String = null)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
requestKey:String (default = null)
 
location:String (default = null)
 
error:String (default = null)
Method Detail
clone()method
override public function clone():Event

Clone NavigationSystemEvent.

Returns
Event
toString()method 
override public function toString():String

Get String format of NavigationSystemEvent.

Returns
String
Constant Detail
ON_LOCATION_CHANGEConstant
public static const ON_LOCATION_CHANGE:String = onLocationChange

ON_LOCATION_NOT_FOUNDConstant 
public static const ON_LOCATION_NOT_FOUND:String = onLocationNotFound

ON_LOCATION_REQUESTEDConstant 
public static const ON_LOCATION_REQUESTED:String = onLocationRequested

ON_SYSTEM_ERRORConstant 
public static const ON_SYSTEM_ERROR:String = onSystemError