Example usage for Java android.content ServiceConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
void | onServiceConnected(ComponentName name, IBinder service) Called when a connection to the Service has been established, with the android.os.IBinder of the communication channel to the Service. |
void | onServiceDisconnected(ComponentName name) Called when a connection to the Service has been lost. |