gov.nih.mipav.plugins
Interface PlugInGeneric

All Superinterfaces:
PlugIn

public interface PlugInGeneric
extends PlugIn

An interface for generic MIPAV Plug-Ins which don't require an open image and can be run from the ViewUserInterface menu.

Author:
mccreedy

Method Summary
 void run()
          The main method used to start the generic plugin.
 

Method Detail

run

void run()
The main method used to start the generic plugin.