Class UnexecutableCommand


  • public final class UnexecutableCommand
    extends Command
    A Command which can never be executed
    • Method Detail

      • canExecute

        public boolean canExecute()
        Overrides:
        canExecute in class Command
        Returns:
        false
      • canUndo

        public boolean canUndo()
        Overrides:
        canUndo in class Command
        Returns:
        false