Interface Command

All Known Implementing Classes:
AccentuateRectangleCommand, AccentuateTextMarkCommand, BackToGMAFCommand, BackToMainCardCommand, ExitCommand, ExpertModeCommand, ShowImageRefinementCommand, ShowTextRefinementCommand, StartEvalCommand, StopEvalCommand

public interface Command
Interface for concrete commands. Interface is implemented by commands that cannot be redone / undone.
Author:
Nicolas Boch
  • Method Summary

    Modifier and Type Method Description
    void execute()  
  • Method Details