public static abstract class

IEmailConfigCallback.Stub

extends Binder
implements IEmailConfigCallback
java.lang.Object
   ↳ android.os.Binder
     ↳ com.ardic.android.managers.emailconfig.IEmailConfigCallback.Stub

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
[Expand]
Inherited Fields
From class android.os.Binder
Public Constructors
IEmailConfigCallback.Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IEmailConfigCallback asInterface(IBinder obj)
Cast an IBinder object into an com.ardic.android.managers.emailconfig.IEmailConfigCallback 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 com.ardic.android.managers.emailconfig.IEmailConfigCallback
From interface android.os.IInterface

Public Constructors

public IEmailConfigCallback.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

Returns
IBinder

public static IEmailConfigCallback asInterface (IBinder obj)

Added in API level 2

Cast an IBinder object into an com.ardic.android.managers.emailconfig.IEmailConfigCallback interface, generating a proxy if needed.

Parameters
obj IBinder
Returns
IEmailConfigCallback

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

Added in API level 2

Parameters
code int
data Parcel
reply Parcel
flags int
Returns
boolean
Throws
RemoteException