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
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnimplementedCommand
public UnimplementedCommand()
run
public void run()
Copyright © 2009–2014 SciJava. All rights reserved.