de.msponer.android.yac.services.impl
Class YConnectionService.YConnectionServiceBinder
java.lang.Object
android.os.Binder
de.msponer.android.yac.services.impl.YConnectionService.YConnectionServiceBinder
- All Implemented Interfaces:
- IBinder
- Enclosing class:
- YConnectionService
public class YConnectionService.YConnectionServiceBinder
- extends Binder
The connection binder class.
- Author:
- msponer
Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
YConnectionService.YConnectionServiceBinder
public YConnectionService.YConnectionServiceBinder()
getYConnectionService
public YConnectionService getYConnectionService()
- Returns the service connection.
- Returns:
- The current service connection.
setActivityCallbackHandler
public void setActivityCallbackHandler(Handler callback)
- Sets the activity callback handler.
- Parameters:
callback
- The callback handler.