example.obex.demo
Class ObexDemoMIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by example.obex.demo.ObexDemoMIDlet
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public final class ObexDemoMIDlet
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener


Constructor Summary
ObexDemoMIDlet()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void destroyApp(boolean unconditional)
           
 boolean isPaused()
           
 void pauseApp()
           
(package private)  void show()
          Shows main menu of MIDlet on the screen.
 void startApp()
           
 
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
 

Constructor Detail

ObexDemoMIDlet

public ObexDemoMIDlet()
Method Detail

isPaused

public boolean isPaused()

startApp

public void startApp()
Specified by:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

public void pauseApp()
Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Specified by:
destroyApp in class javax.microedition.midlet.MIDlet

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

show

void show()
Shows main menu of MIDlet on the screen.