Package org.eclipse.gef.palette
Interface PaletteListener
-
- All Superinterfaces:
java.util.EventListener
public interface PaletteListener extends java.util.EventListenerListens to changes in the palette.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactiveToolChanged(PaletteViewer palette, ToolEntry tool)A new tool was activated in the palette.
-
-
-
Method Detail
-
activeToolChanged
void activeToolChanged(PaletteViewer palette, ToolEntry tool)
A new tool was activated in the palette.- Parameters:
palette- the source of the changetool- the new tool that was activated
-
-