haXe API Documentation
Back | Index
class haxe.remoting.Proxy<T>
Available in flash8, neko, js, flash, php, cpp, cs, java
This class is magic. When you extend it with a class C, it will automaticaly create a stub class with all public methods forwarding remoting messages over the connection.
Back | Index