- onButtonPressed(int) - Method in class com.tacttiles.api.Glove.GloveListener
-
Called when the glove button is pressed.
- onDebugMessage(String, String) - Method in class com.tacttiles.api.Device.DeviceListener
-
Called when the device receive messages that fall under the
Device.M_DEBUG
category.
- onDeviceFound() - Method in class com.tacttiles.api.Device.DeviceListener
-
Called when the bluetooth device is connected.
- onDeviceFound() - Method in class com.tacttiles.api.Device
-
Called when the bluetooth device is connected.
- onDeviceLost() - Method in class com.tacttiles.api.Device.DeviceListener
-
Called if the bluetooth device connection is lost or when the device is not connected.
- onDeviceLost() - Method in class com.tacttiles.api.Device
-
Called when the bluetooth device connection is lost or the device is not connected.
- onErrorMessage(String) - Method in class com.tacttiles.api.Device.DeviceListener
-
Called when the device receive messages that fall under the
Device.M_ERROR
category.
- onGestureReceived(String, String) - Method in class com.tacttiles.api.Device.DeviceListener
-
Called when the device receive messages that fall under the
Device.M_GESTURE
category.
- onIPCMessage(int, Bundle) - Method in class com.tacttiles.api.RuntimeConnection
-
Called when this client receives a response from the service runtime.
- onLetterDraw(int, char[]) - Method in class com.tacttiles.api.Glove.GloveListener
-
- onLetterReceived(char) - Method in class com.tacttiles.api.Glove.GloveListener
-
Called when a received gesture is compatible with singe and double tap codded symbols.
- onMessage(String) - Method in class com.tacttiles.api.Device
-
Called when a bluetooth message is received by the runtime service and this device is properly connected.
- onServiceConnected() - Method in class com.tacttiles.api.RuntimeConnection
-
Called when this adapter successfully connects to the service.
- onServiceDisconnected() - Method in class com.tacttiles.api.RuntimeConnection
-
Called when this adapter is disconnected from the service.
- onSystemMessage(String, String) - Method in class com.tacttiles.api.Device.DeviceListener
-
Called when the device receive messages that fall under the
Device.M_SYSTEM
category.