net.refractions.udig.project.command
Interface CommandListener


public interface CommandListener

CommandListeners are notified when commands have been executed.

Since:
1.0.0
Author:
jones

Method Summary
 void commandExecuted(int commandType)
          CommandManager will call this function once a command is completed.
 

Method Detail

commandExecuted

void commandExecuted(int commandType)
CommandManager will call this function once a command is completed.

Parameters:
commandType -