Java android.content ServiceConnection fields, constructors, methods, implement or subclass

Example usage for Java android.content ServiceConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content ServiceConnection.

The text is from its open source code.

Implementation

android.content.ServiceConnection has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidonServiceConnected(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.
voidonServiceDisconnected(ComponentName name)
Called when a connection to the Service has been lost.