Package org.eclipse.gef.palette
Interface PaletteListener
- All Superinterfaces:
EventListener
Listens to changes in the palette.
-
Method Summary
Modifier and TypeMethodDescriptionvoidactiveToolChanged(PaletteViewer palette, ToolEntry tool) A new tool was activated in the palette.
-
Method Details
-
activeToolChanged
A new tool was activated in the palette.- Parameters:
palette- the source of the changetool- the new tool that was activated
-