net.refractions.udig.project.ui.tool
Interface IToolHandler

All Known Implementing Classes:
AbstractToolCommandHandler

public interface IToolHandler

A custom command handler.

Must have a public default constructor so that the plugin frame work can instantiate the class.

Since:
0.6.0
Author:
jeichar
See Also:
AbstractToolCommandHandler, IHandler

Method Summary
 void setCurrentCommandId(java.lang.String currentCommandId)
          Called before any of the IHandler methods are called.
 void setTool(Tool tool)
          Called before any of the IHandler methods are called.
 

Method Detail

setTool

void setTool(Tool tool)
Called before any of the IHandler methods are called.

Parameters:
tool -

setCurrentCommandId

void setCurrentCommandId(java.lang.String currentCommandId)
Called before any of the IHandler methods are called.

Parameters:
currentCommandId -