public static abstract class

IMouseInputService.Stub

extends Binder
implements IMouseInputService
java.lang.Object
   ↳ android.os.Binder
     ↳ com.cisco.inputdevice.IMouseInputService.Stub

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
IMouseInputService.Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IMouseInputService asInterface(IBinder obj)
Cast an IBinder object into an com.cisco.inputdevice.IMouseInputService 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 com.cisco.inputdevice.IMouseInputService

Public Constructors

public IMouseInputService.Stub ()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

public static IMouseInputService asInterface (IBinder obj)

Cast an IBinder object into an com.cisco.inputdevice.IMouseInputService interface, generating a proxy if needed.

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

Throws
RemoteException