org.vectomatic.client.rep.command
Interface ICommand

All Known Implementing Classes:
ChangeOrderingCommand, CommandBase, CutCommand, DeleteShapeCommand, DeleteVertexCommand, GroupCommand, MoveVertexCommand, NewShapeCommand, PasteCommand, ResizeDrawingCommand, SetAttributeCommand, TransformShapeCommand, UngroupCommand

public interface ICommand

Interface for commands

Author:
Lukas Laag

Method Summary
 void execute()
          Execute the command
 String getDescription()
          Get the description of the command
 void unexecute()
          Undo the command
 

Method Detail

getDescription

String getDescription()
Get the description of the command


unexecute

void unexecute()
Undo the command


execute

void execute()
Execute the command



Copyright © 2010. All Rights Reserved.