Package org.scijava.command
Class UnimplementedCommand
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.command.ContextCommand
-
- org.scijava.command.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 Summary
Constructors Constructor Description UnimplementedCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.scijava.command.ContextCommand
cancel, getCancelReason, isCanceled
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-