org.placelab.midp
Class PlacelabUtilitiesMidlet

java.lang.Object
  extended byjavax.microedition.midlet.MIDlet
      extended byorg.placelab.midp.PlacelabUtilitiesMidlet
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, UIComponent

public class PlacelabUtilitiesMidlet
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener, UIComponent


Constructor Summary
PlacelabUtilitiesMidlet()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void destroyApp(boolean condition)
           
 void pauseApp()
           
 void showUI(UIComponent from)
          used by one component to activate another component
 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

PlacelabUtilitiesMidlet

public PlacelabUtilitiesMidlet()
Method Detail

startApp

public void startApp()

showUI

public void showUI(UIComponent from)
Description copied from interface: UIComponent
used by one component to activate another component

Specified by:
showUI in interface UIComponent

pauseApp

public void pauseApp()

destroyApp

public void destroyApp(boolean condition)

commandAction

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