org.openuat.apps.j2me
Class ShakeMIDlet

java.lang.Object
  extended by MIDlet
      extended by org.openuat.apps.j2me.ShakeMIDlet

public class ShakeMIDlet
extends MIDlet


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(Command com, Displayable dis)
           
 void destroyApp(boolean unconditional)
           
 void pauseApp()
           
 void startApp()
           
 
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()

commandAction

public void commandAction(Command com,
                          Displayable dis)

pauseApp

public void pauseApp()

destroyApp

public void destroyApp(boolean unconditional)


2005-2006, Rene Mayrhofer.