palmed.command
Class UndoCommand

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

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

This class implements the 'undo' command.

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

Constructor Summary
UndoCommand(ITextBox textBox)
          Create an undo 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

UndoCommand

public UndoCommand(ITextBox textBox)
Create an undo command.

Parameters:
textBox - the text box
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.