Eclipse GEF
2.1

org.eclipse.gef.palette
Interface PaletteListener

All Superinterfaces:
EventListener

public interface PaletteListener
extends 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

public 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

Eclipse GEF
2.1

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