ij
Interface CommandListener


public interface CommandListener

Plugins that implement this interface are notified when ImageJ is about to run a menu command.


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

Method Detail

commandExecuting

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