org.scijava.command
Interface Interactive

All Known Implementing Classes:
InteractiveCommand

public interface Interactive

An operation (usually a Command) which is intended to be run interactively. Typically this means its inputs are supposed to be presented in a non-modal dialog box, with Runnable.run() being called whenever any of the values change.

See InteractiveCommand for the most typical use case.

Author:
Curtis Rueden
See Also:
ModuleInfo.isInteractive()



Copyright © 2009–2014 SciJava. All rights reserved.