Interface GUICommand

    • Method Detail

      • canExecute

        boolean canExecute()
        Returns whether this command may be executed.
        Returns:
        whether this command may be executed
      • execute

        void execute()
        Executes the command. Does nothing if called while canExecute() returns false.