interface ToolbarDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
toolWasSelected(Tool theTool)
This method will be called when a new tool was selected in the toolbar.
|
void toolWasSelected(Tool theTool)
theTool - The tool that was selected.