com.greenthrottle.gcs.api
Interface IGTControllerCallback

All Known Implementing Classes:
IGTControllerCallback.Stub

public interface IGTControllerCallback

Receives controller events


Nested Class Summary
static class IGTControllerCallback.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void commandAck(java.lang.String response, java.lang.String extended_response)
           
 void controllerEvent(ControllerEvent e)
          Receives input events as they occur on a controller
 void controllerInfo(ControllerInfo[] ia)
          Receives information about a controller
 void serviceStatusUpdateEvent(ServiceStatusEvent e)
          Receives events related to controller connect, disconnect
 

Method Detail

serviceStatusUpdateEvent

void serviceStatusUpdateEvent(ServiceStatusEvent e)
                              throws android.os.RemoteException
Receives events related to controller connect, disconnect

Throws:
android.os.RemoteException

controllerEvent

void controllerEvent(ControllerEvent e)
                     throws android.os.RemoteException
Receives input events as they occur on a controller

Throws:
android.os.RemoteException

controllerInfo

void controllerInfo(ControllerInfo[] ia)
                    throws android.os.RemoteException
Receives information about a controller

Throws:
android.os.RemoteException

commandAck

void commandAck(java.lang.String response,
                java.lang.String extended_response)
                throws android.os.RemoteException
Throws:
android.os.RemoteException