protected final class ServiceConnector.InternalServiceConnection
extends java.lang.Object
implements android.content.ServiceConnection
| Modifier and Type | Method and Description | 
|---|---|
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 onNullBinding(android.content.ComponentName name)
onNullBinding in interface android.content.ServiceConnectionpublic void onServiceDisconnected(android.content.ComponentName name)
onServiceDisconnected in interface android.content.ServiceConnection