Package | artcustomer.maxima.events |
Class | public class NavigationSystemEvent |
Inheritance | NavigationSystemEvent ![]() |
Method | Defined 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 |
Constant | Defined 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 |
NavigationSystemEvent | () | Constructor |
public function NavigationSystemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, requestKey:String = null, location:String = null, error:String = null)
Constructor
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
requestKey:String (default = null )
| |
location:String (default = null )
| |
error:String (default = null )
|
clone | () | method |
override public function clone():Event
Clone NavigationSystemEvent.
ReturnsEvent —
|
toString | () | method |
override public function toString():String
Get String format of NavigationSystemEvent.
ReturnsString —
|
ON_LOCATION_CHANGE | Constant |
public static const ON_LOCATION_CHANGE:String = onLocationChange
ON_LOCATION_NOT_FOUND | Constant |
public static const ON_LOCATION_NOT_FOUND:String = onLocationNotFound
ON_LOCATION_REQUESTED | Constant |
public static const ON_LOCATION_REQUESTED:String = onLocationRequested
ON_SYSTEM_ERROR | Constant |
public static const ON_SYSTEM_ERROR:String = onSystemError