org.scijava.command
Class UnimplementedCommand

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.command.ContextCommand
          extended by 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
UnimplementedCommand()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.scijava.command.ContextCommand
cancel, getCancelReason, isCanceled
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnimplementedCommand

public UnimplementedCommand()
Method Detail

run

public void run()


Copyright © 2009–2015 SciJava. All rights reserved.