A SimpleResult object is a basic implementation of the
goog.result.Result interface. This could be subclassed(e.g. XHRResult)
or instantiated and returned by another class as a form of result. The caller
receiving the result could then attach handlers to be called when the result
is resolved(success or error).