ij
Interface CommandListener

All Known Implementing Classes:
Orthogonal_Views

public interface CommandListener

Plugins that implement this interface are notified when ImageJ is about to run a menu command. There is an example plugin at http://rsb.info.nih.gov/ij/plugins/download/misc/Command_Listener.java


Method Summary
 java.lang.String commandExecuting(java.lang.String command)
           
 

Method Detail

commandExecuting

java.lang.String commandExecuting(java.lang.String command)