| example.bluetooth.demo.DemoMIDlet
DemoMIDlet | final public class DemoMIDlet extends MIDlet implements CommandListener(Code) | | Contains the Bluetooth API demo, that allows to download
the specific images from the other devices.
version: , |
Field Summary | |
final static int | ALERT_TIMEOUT The messages are shown in this demo this amount of time. |
Constructor Summary | |
public | DemoMIDlet() Constructs main screen of the MIDlet. |
Method Summary | |
public void | commandAction(Command c, Displayable d) Responds to commands issued on "client or server" form. | protected void | destroyApp(boolean unconditional) Destroys the application. | Displayable | getDisplayable() Returns the displayable object of this screen -
it is required for Alert construction for the error
cases. | protected void | pauseApp() Does nothing. | void | show() Shows main menu of MIDlet on the screen. | public void | startApp() Creates the demo view and action buttons. |
ALERT_TIMEOUT | final static int ALERT_TIMEOUT(Code) | | The messages are shown in this demo this amount of time.
|
DemoMIDlet | public DemoMIDlet()(Code) | | Constructs main screen of the MIDlet.
|
commandAction | public void commandAction(Command c, Displayable d)(Code) | | Responds to commands issued on "client or server" form.
Parameters: c - command object source of action Parameters: d - screen object containing the item action was performed on |
destroyApp | protected void destroyApp(boolean unconditional)(Code) | | Destroys the application.
|
getDisplayable | Displayable getDisplayable()(Code) | | Returns the displayable object of this screen -
it is required for Alert construction for the error
cases.
|
pauseApp | protected void pauseApp()(Code) | | Does nothing. Redefinition is required by MIDlet class.
|
show | void show()(Code) | | Shows main menu of MIDlet on the screen.
|
startApp | public void startApp()(Code) | | Creates the demo view and action buttons.
|
|
|