/**@class android.os.AsyncResult
@extends java.lang.Object

@hide */
var AsyncResult = {

/**Instance Variables */
userObj : "null",
/***/
exception : "null",
/***/
result : "null",
/**Saves and sets m.obj
*/
forMessage : function(  ) {},

/**Saves and sets m.obj
*/
forMessage : function(  ) {},


};