/**@class android.os.IBinder.DeathRecipient Interface for receiving a callback when the process hosting an IBinder has gone away. @see #linkToDeath */ var DeathRecipient = { /** */ binderDied : function( ) {}, };