最終更新:2013-07-19 (金) 15:48:59 (3933d)  

android.os.IBinder
Top / android.os.IBinder

Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when performing in-process and cross-process calls. This interface describes the abstract protocol for interacting with a remotable object. Do not implement this interface directly, instead extend from Binder.

http://developer.android.com/reference/android/os/IBinder.html

IBinderを返すイベント

実装