| Package | com.hippohx |
| Class | public class HaxeBackendListener |
| Inheritance | HaxeBackendListener flash.events.EventDispatcher |
| Implements | iHaxeBackendListener |
| Subclasses | Application, Dialog, File, Registry, SQLite, System, VideoServer, Window |
See also
| Property | Defined by | ||
|---|---|---|---|
| HAXE_BACKEND : String = ""
HAXE_BACKEND defines the ID that a Neko backend needs to use to call methods on this class (or the class extending this one).
| HaxeBackendListener | ||
| Method | Defined by | ||
|---|---|---|---|
| HaxeBackendListener | |||
|
getHaxeBackendId():String
Returns HAXE_BACKEND API identifier.
| HaxeBackendListener | ||
| HAXE_BACKEND | property |
protected var HAXE_BACKEND:String = ""HAXE_BACKEND defines the ID that a Neko backend needs to use to call methods on this class (or the class extending this one).
See also
| HaxeBackendListener | () | constructor |
public function HaxeBackendListener()
| getHaxeBackendId | () | method |
public function getHaxeBackendId():StringReturns HAXE_BACKEND API identifier.
ReturnsString — HAXE_BACKEND API identifier.
|
See also