Rendezvous with technology

Posts Tagged ‘convertResultHandler

convertResultHandler in RemoteObject

Posted by: Sameer on: October 27, 2009

Many times, while using RemoteObject, instead of processing the result of a remote method invocation in every result handler, you may want a mechanism to process the result before all the result handlers are notified.
convertResultHandler is such a property which was introduced in RemoteObject to process the result before sending it across to all the [...]