/**@class android.os.Handler_Delegate @extends java.lang.Object Delegate overriding selected methods of android.os.Handler Through the layoutlib_create tool, selected methods of Handler have been replaced by calls to methods of the same name in this delegate class. */ var Handler_Delegate = { /** */ setCallback : function( ) {}, };