public static abstract class

IPermissionCallBack.Stub

extends Binder
implements IPermissionCallBack
java.lang.Object
   ↳ android.os.Binder
     ↳ com.davidluoye.support.IPermissionCallBack.Stub
Known Direct Subclasses

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IPermissionCallBack asInterface(IBinder obj)
Cast an IBinder object into an com.davidluoye.support.IPermissionCallBack interface, generating a proxy if needed.
static IPermissionCallBack getDefaultImpl()
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
static boolean setDefaultImpl(IPermissionCallBack impl)
[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.davidluoye.support.IPermissionCallBack

Public Constructors

public Stub ()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

public static IPermissionCallBack asInterface (IBinder obj)

Cast an IBinder object into an com.davidluoye.support.IPermissionCallBack interface, generating a proxy if needed.

public static IPermissionCallBack getDefaultImpl ()

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

Throws
RemoteException

public static boolean setDefaultImpl (IPermissionCallBack impl)