- All Superinterfaces:
- MMBasePlugin
public interface MMProcessorPlugin
extends MMBasePlugin
Implement this interface to create Micro-Manager DataProcessor plugins.
Compiled jars may be dropped into Micro-Manager's mmplugin directory, and
if correctly implemented, will appear in the Micro-Manager plugins menu.
You should look at the MMBasePlugin.java file as well for other functions
and member fields that should be implemented.