de.akquinet.android.marvintest.services
Class AdderAndroidService.AdderServiceBinder

java.lang.Object
  extended by android.os.Binder
      extended by de.akquinet.android.marvintest.services.AdderAndroidService.AdderServiceBinder
All Implemented Interfaces:
android.os.IBinder, AdderAndroidService.AdderService
Enclosing class:
AdderAndroidService

public class AdderAndroidService.AdderServiceBinder
extends android.os.Binder
implements AdderAndroidService.AdderService


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.IBinder
android.os.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
AdderAndroidService.AdderServiceBinder()
           
 
Method Summary
 int add(int... numbers)
           
 
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

AdderAndroidService.AdderServiceBinder

public AdderAndroidService.AdderServiceBinder()
Method Detail

add

public int add(int... numbers)
Specified by:
add in interface AdderAndroidService.AdderService


Copyright © 2010-2011 akquinet AG. All Rights Reserved.