palmed
Class PalmEd

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by palmed.PalmEd
All Implemented Interfaces:
ICommandListener

public final class PalmEd
extends javax.microedition.midlet.MIDlet
implements ICommandListener

This class implements the application bootstrap.

Version:
$Revision: 406 $ $Date: 2006-01-02 16:37:11 +0900 (lun., 02 janv. 2006) $
Author:
Mathieu Champlon

Constructor Summary
PalmEd()
          Create the application.
 
Method Summary
 void destroyApp(boolean unconditional)
          
 void pauseApp()
          
 void startApp()
          
 void triggered(ICommand command)
          Handle a command.
 
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

PalmEd

public PalmEd()
Create the application.

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

triggered

public void triggered(ICommand command)
Handle a command.

Specified by:
triggered in interface ICommandListener
Parameters:
command - the triggered command


Copyright © 2004-2006 PalmEd. All Rights Reserved.