/**@class android.webkit.JsResult.ResultReceiver
 Callback interface, implemented by the WebViewProvider implementation to receive
 notifications when the JavaScript result represented by a JsResult instance has
 @hide Only for use by WebViewProvider implementations
*/
var ResultReceiver = {

/**
*/
onJsResultComplete : function(  ) {},


};