palmed.command
Class PreviousCommand

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

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

This class implements the 'previous' command.

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

Constructor Summary
PreviousCommand(IBufferManager manager)
          Create a previous 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

PreviousCommand

public PreviousCommand(IBufferManager manager)
Create a previous command.

Parameters:
manager - the buffer manager
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.