Package org.scijava.command
Interface Interactive
-
- All Known Implementing Classes:
InteractiveCommand
public interface InteractiveAn operation (usually aCommand) which is intended to be run interactively. Typically this means its inputs are supposed to be presented in a non-modal dialog box, withRunnable.run()being called whenever any of the values change.See
InteractiveCommandfor the most typical use case.- Author:
- Curtis Rueden
- See Also:
ModuleInfo.isInteractive()