com.greenthrottle.gcs.api
Class IGTControllerCallback.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.greenthrottle.gcs.api.IGTControllerCallback.Stub
All Implemented Interfaces:
IGTControllerCallback
Enclosing interface:
IGTControllerCallback

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

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.greenthrottle.gcs.api.IGTControllerCallback
IGTControllerCallback.Stub
 
Constructor Summary
IGTControllerCallback.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IGTControllerCallback asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.greenthrottle.gcs.api.IGTControllerCallback 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.greenthrottle.gcs.api.IGTControllerCallback
commandAck, controllerEvent, controllerInfo, serviceStatusUpdateEvent
 

Constructor Detail

IGTControllerCallback.Stub

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

Method Detail

asInterface

public static IGTControllerCallback asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.greenthrottle.gcs.api.IGTControllerCallback 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