Packagecom.hippohx
Interfacepublic interface iHaxeBackendListener
ImplementorsHaxeBackendListener

The iHaxeBackendListener interface has to be implemented by classes that want to receive calls from the backend. See Client server communication and Creating your own backend on the wiki for more info.

See also

com.hippohx.Api
com.hippohx.HaxeBackendListener


Public Methods
 MethodDefined by
  
Returns the ID that a Neko backend needs to use to call methods of the class.
iHaxeBackendListener
Method detail
getHaxeBackendId()method
public function getHaxeBackendId():String

Returns the ID that a Neko backend needs to use to call methods of the class.

Returns
String