palmed.command
Class CutCommand

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

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

This class implements the 'cut' command.

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

Constructor Summary
CutCommand(CopyPasteManager manager)
          Create a cut 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

CutCommand

public CutCommand(CopyPasteManager manager)
Create a cut command.

Parameters:
manager - the copy/paste manager
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.