dojo.rpc.RpcService.resultCallback
dojo.require("dojo.rpc.RpcService");
defined in dojo/rpc/RpcService.js
create callback that calls the Deferred's callback method
Usage
function (/*dojo.Deferred*/ deferredRequestHandler) (view source)
parameter | type | description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
deferredRequestHandler | dojo.Deferred | Deferred The deferred object handling a request. Encapsulates a sequence of callbacks in response to a value that may not yet be available. This is modeled after the Deferred class from Twisted <http://twistedmatrix.com>.
|