example.mia.demo
Class FormatterDemo

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

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

See Also:
JSR238 Spec MIDlet uses device resources to load number and date/time formatting rules and symbols. Date/time and numbers are formatted according locale used by Formatter.

Field Summary
(package private)  javax.microedition.lcdui.Command exitCommand
           
(package private)  javax.microedition.lcdui.Command nextCommand
           
 
Constructor Summary
FormatterDemo()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
           
 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

exitCommand

javax.microedition.lcdui.Command exitCommand

nextCommand

javax.microedition.lcdui.Command nextCommand
Constructor Detail

FormatterDemo

public FormatterDemo()
Method Detail

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 d)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener