palmed.command
Class CloseCommand

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

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

This class implements the 'close' command.

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

Constructor Summary
CloseCommand(javax.microedition.lcdui.Display display, IBufferManager manager, IResult result)
          Create a close 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

CloseCommand

public CloseCommand(javax.microedition.lcdui.Display display,
                    IBufferManager manager,
                    IResult result)
Create a close command.

Parameters:
display - the display
manager - the buffer manager
result - the result handler
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.