java.lang.Object
de.hamstersimulator.objectsfirst.commands.Command
Direct Known Subclasses:
CompositeCommand

public abstract class Command extends Object
  • Constructor Details

    • Command

      public Command()
  • Method Details

    • execute

      protected abstract void execute()
    • undo

      protected abstract void undo()
    • getExceptionsFromPreconditions

      public List<RuntimeException> getExceptionsFromPreconditions()
    • canExecute

      public boolean canExecute()