public static abstract class

IFunctionKeyBindingService.Stub

extends Binder
implements IFunctionKeyBindingService
java.lang.Object
   ↳ android.os.Binder
     ↳ de.auerswald.functions.IFunctionKeyBindingService.Stub

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
IFunctionKeyBindingService.Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IFunctionKeyBindingService asInterface(IBinder obj)
Cast an IBinder object into an de.auerswald.functions.IFunctionKeyBindingService interface, generating a proxy if needed.
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder
From interface android.os.IInterface
From interface de.auerswald.functions.IFunctionKeyBindingService

Public Constructors

public IFunctionKeyBindingService.Stub ()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

public static IFunctionKeyBindingService asInterface (IBinder obj)

Cast an IBinder object into an de.auerswald.functions.IFunctionKeyBindingService interface, generating a proxy if needed.

public boolean onTransact (int code, Parcel data, Parcel reply, int flags)

Throws
RemoteException