de.msponer.android.yac.services.impl
Class YConnectionService.YConnectionServiceBinder

java.lang.Object
  extended by android.os.Binder
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.IBinder
IBinder.DeathRecipient
 
Field Summary
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, PING_TRANSACTION
 
Constructor Summary
YConnectionService.YConnectionServiceBinder()
           
 
Method Summary
 YConnectionService getYConnectionService()
          Returns the service connection.
 void setActivityCallbackHandler(Handler callback)
          Sets the activity callback handler.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YConnectionService.YConnectionServiceBinder

public YConnectionService.YConnectionServiceBinder()
Method Detail

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.