palmed.command
Class AboutCommand

java.lang.Object
  extended by palmed.command.AboutCommand
All Implemented Interfaces:
ICommand

public final class AboutCommand
extends java.lang.Object
implements ICommand

This class implements the 'about' command.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Constructor Summary
AboutCommand(javax.microedition.midlet.MIDlet midlet, javax.microedition.lcdui.Display display, javax.microedition.lcdui.Displayable next)
          Create an 'about' command.
 
Method Summary
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutCommand

public AboutCommand(javax.microedition.midlet.MIDlet midlet,
                    javax.microedition.lcdui.Display display,
                    javax.microedition.lcdui.Displayable next)
Create an 'about' command.

Parameters:
midlet - the midlet
display - the display
next - the displayable to show when closing the about dialog
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.