Uses of Interface
com.greenthrottle.gcs.api.IGTControllerCallback

Uses of IGTControllerCallback in com.greenthrottle.gcs.api
 

Classes in com.greenthrottle.gcs.api that implement IGTControllerCallback
static class IGTControllerCallback.Stub
          Local-side IPC implementation stub class.
 

Methods in com.greenthrottle.gcs.api that return IGTControllerCallback
static IGTControllerCallback IGTControllerCallback.Stub.asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.greenthrottle.gcs.api.IGTControllerCallback interface, generating a proxy if needed.
 

Methods in com.greenthrottle.gcs.api with parameters of type IGTControllerCallback
 void IGTController.registerCallback(IGTControllerCallback cb)
          Register callback to receive service events
 void IGTController.unregisterCallback(IGTControllerCallback cb)
          Remove a previously registered callback interface.