public static abstract class

IThermalListenerCallback.Stub

extends Binder
implements IThermalListenerCallback
java.lang.Object
   ↳ android.os.Binder
     ↳ cyanogenmod.hardware.IThermalListenerCallback.Stub
Known Direct Subclasses

Class Overview

Local-side IPC implementation stub class.

Summary

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

Public Constructors

public IThermalListenerCallback.Stub ()

Added in API level 2

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

Added in API level 2

public static IThermalListenerCallback asInterface (IBinder obj)

Added in API level 2

Cast an IBinder object into an cyanogenmod.hardware.IThermalListenerCallback interface, generating a proxy if needed.

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

Added in API level 2

Throws
RemoteException