com.hqme.cm
Class IRequestManagerCallback.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.hqme.cm.IRequestManagerCallback.Stub
All Implemented Interfaces:
IRequestManagerCallback
Enclosing interface:
IRequestManagerCallback

public abstract static class IRequestManagerCallback.Stub
extends android.os.Binder
implements IRequestManagerCallback

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hqme.cm.IRequestManagerCallback
IRequestManagerCallback.Stub
 
Constructor Summary
IRequestManagerCallback.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IRequestManagerCallback asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.hqme.cm.IRequestManagerCallback interface, generating a proxy if needed.
 boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hqme.cm.IRequestManagerCallback
handleEvent
 

Constructor Detail

IRequestManagerCallback.Stub

public IRequestManagerCallback.Stub()
Construct the stub at attach it to the interface.

Method Detail

asInterface

public static IRequestManagerCallback asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.hqme.cm.IRequestManagerCallback interface, generating a proxy if needed.


asBinder

public android.os.IBinder asBinder()

onTransact

public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException