GEF (MVC)
3.9.0.201308190730

org.eclipse.gef.palette
Interface PaletteListener

All Superinterfaces:
java.util.EventListener

public interface PaletteListener
extends java.util.EventListener

Listens to changes in the palette.


Method Summary
 void activeToolChanged(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 change
tool - the new tool that was activated

GEF (MVC)
3.9.0.201308190730

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.