Class UnimplementedCommand

  • All Implemented Interfaces:
    Runnable, Cancelable, Command, Contextual, SciJavaPlugin

    public abstract class UnimplementedCommand
    extends ContextCommand
    A command that is not yet implemented. It exists so that stub commands can override it trivially, and act as markers of future functionality.
    Author:
    Curtis Rueden
    • Constructor Detail

      • UnimplementedCommand

        public UnimplementedCommand()
    • Method Detail

      • run

        public void run()