org.openuat.apps.j2me
Class ShakeMIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by org.openuat.apps.j2me.ShakeMIDlet
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class ShakeMIDlet
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener


Field Summary
static float CoherenceThresholdFailHard
           
static float CoherenceThresholdSucceed
           
static java.lang.String Command_Debug_Streaming
           
static int HoldOffConcurrentVerificationDelay
           
 
Constructor Summary
ShakeMIDlet()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command com, javax.microedition.lcdui.Displayable dis)
           
 void destroyApp(boolean unconditional)
           
 void pauseApp()
           
 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
 

Field Detail

HoldOffConcurrentVerificationDelay

public static final int HoldOffConcurrentVerificationDelay
See Also:
Constant Field Values

Command_Debug_Streaming

public static final java.lang.String Command_Debug_Streaming
See Also:
Constant Field Values

CoherenceThresholdSucceed

public static final float CoherenceThresholdSucceed
See Also:
Constant Field Values

CoherenceThresholdFailHard

public static final float CoherenceThresholdFailHard
See Also:
Constant Field Values
Constructor Detail

ShakeMIDlet

public ShakeMIDlet()
Method Detail

startApp

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

commandAction

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

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


2005-2009, Rene Mayrhofer.