public class ServiceHandler.ServiceConnection
extends java.lang.Object
implements android.content.ServiceConnection
| Constructor and Description |
|---|
ServiceConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBindingDied(android.content.ComponentName name) |
void |
onNullBinding(android.content.ComponentName name) |
void |
onServiceConnected(android.content.ComponentName name,
android.os.IBinder service) |
void |
onServiceDisconnected(android.content.ComponentName name) |
public void onServiceConnected(android.content.ComponentName name,
android.os.IBinder service)
onServiceConnected in interface android.content.ServiceConnectionpublic void onServiceDisconnected(android.content.ComponentName name)
onServiceDisconnected in interface android.content.ServiceConnectionpublic void onBindingDied(android.content.ComponentName name)
onBindingDied in interface android.content.ServiceConnectionpublic void onNullBinding(android.content.ComponentName name)
onNullBinding in interface android.content.ServiceConnection