- All Known Implementing Classes:
Commands
,EventListener
,Orthogonal_Views
,SyncWindows
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://imagej.nih.gov/ij/plugins/download/misc/Command_Listener.java
-
Method Summary
Modifier and Type Method Description java.lang.String
commandExecuting(java.lang.String command)
-
Method Details
-
commandExecuting
java.lang.String commandExecuting(java.lang.String command)
-