test
Class GoogleTranslateJavaMESample1

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by test.GoogleTranslateJavaMESample1

public class GoogleTranslateJavaMESample1
extends javax.microedition.midlet.MIDlet


Constructor Summary
GoogleTranslateJavaMESample1()
           
 
Method Summary
 void destroyApp(boolean unconditional)
           
 void pauseApp()
           
 void startApp()
          Show the translated output in a TextBox in the Mobile Phone Screen
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleTranslateJavaMESample1

public GoogleTranslateJavaMESample1()
Method Detail

startApp

public void startApp()
Show the translated output in a TextBox in the Mobile Phone Screen

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