Package org.scijava.module.process
Interface ModulePostprocessor
-
- All Superinterfaces:
ModuleProcessor
- All Known Subinterfaces:
PostprocessorPlugin
- All Known Implementing Classes:
AbstractPostprocessorPlugin,DebugPostprocessor,DisplayPostprocessor
public interface ModulePostprocessor extends ModuleProcessor
A module postprocessor defines a step that occurs immediately following the actual execution of aModule. Typically, a postprocessor does something with the results of a module, such as displaying its outputs on screen.- Author:
- Curtis Rueden
-
-
Method Summary
-
Methods inherited from interface org.scijava.module.process.ModuleProcessor
process
-
-