Qooxdoo execute callback function on this scope
rpc.callAsync(qx.lang.Function.bind(this._responseReceived, that));
Now you can refer this in _responseReceived Functions.
rpc.callAsync(qx.lang.Function.bind(this._responseReceived, that));
Now you can refer this in _responseReceived Functions.