|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.midlet.MIDlet
BluetoothCar
Copyright (c) 2003 Sony Ericsson Mobile Communications AB
All Rights Reserved.
BluetoothCar is the main program. It creates a SPPServer, a GUI and a CarAPI. The CarAPI is a parameter when creating SPPServer and GUI.
Field Summary | |
static java.lang.String |
aboutString
|
static java.lang.String |
versionString
|
Constructor Summary | |
BluetoothCar()
Constructs a new BluetoothCar object. |
Method Summary | |
void |
destroyApp(boolean unconditional)
This will cleanup and release all resources. |
boolean |
guiUpdated()
Checks if the GUI has processed all pending car events. |
void |
pauseApp()
Signals the MIDlet to enter Paused state. |
void |
startApp()
Signals the MIDlet that it has entered the
Active state. |
Methods inherited from class javax.microedition.midlet.MIDlet |
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String aboutString
public static final java.lang.String versionString
Constructor Detail |
public BluetoothCar()
BluetoothCar
object.
Method Detail |
public boolean guiUpdated()
public void startApp()
MIDlet
that it has entered the
Active state.
public void pauseApp()
MIDlet
to enter Paused state.
public void destroyApp(boolean unconditional)
unconditional
- whether it is true
or
false
the MIDlet
will
cleanup and exit.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |