|
Java API for Tux Droid
|

Public Member Functions | |
| TuxAPI (String host, Integer port) | |
| void | destroy () |
| TuxEventHandlers | getEventHandlers () |
Protected Member Functions | |
| void | onServerConnected (Boolean value, Double delay) |
| void | onServerDisconnected (Boolean value, Double delay) |
Private Member Functions | |
| void | fillEventHandlers () |
Private Attributes | |
| TuxEventHandlers | eventHandlers |
Main module class to control Tuxdroid.
| com.tuxisalive.api.TuxAPI.TuxAPI | ( | String | host, |
| Integer | port | ||
| ) |
Constructor of the class.
| host | host of the server. |
| port | port of the server. |
| void com.tuxisalive.api.TuxAPI.destroy | ( | ) |
Destructor of the class.
|
private |
| TuxEventHandlers com.tuxisalive.api.TuxAPI.getEventHandlers | ( | ) |
Get the event handlers of the API.
|
protected |
|
protected |
| TuxAPIAccess com.tuxisalive.api.TuxAPI.access |
| TuxAPIAttitune com.tuxisalive.api.TuxAPI.attitune |
| TuxAPIButton com.tuxisalive.api.TuxAPI.button |
| TuxAPIDongleRadio com.tuxisalive.api.TuxAPI.dongle |
| TuxAPIEvent com.tuxisalive.api.TuxAPI.event |
|
private |
| TuxAPIMouthEyes com.tuxisalive.api.TuxAPI.eyes |
| TuxAPIFlippers com.tuxisalive.api.TuxAPI.flippers |
| TuxAPILed com.tuxisalive.api.TuxAPI.led |
| TuxAPIMouthEyes com.tuxisalive.api.TuxAPI.mouth |
| TuxAPIDongleRadio com.tuxisalive.api.TuxAPI.radio |
| TuxAPIServer com.tuxisalive.api.TuxAPI.server |
| TuxAPISoundFlash com.tuxisalive.api.TuxAPI.soundFlash |
| TuxAPISpinning com.tuxisalive.api.TuxAPI.spinning |
| TuxAPIStatus com.tuxisalive.api.TuxAPI.status |
| TuxAPITTS com.tuxisalive.api.TuxAPI.tts |
| TuxAPIWav com.tuxisalive.api.TuxAPI.wav |