bibliothek.gui.dock.event
Interface IconManagerListener

All Known Implementing Classes:
DockFrontend.Hider

public interface IconManagerListener

A listener added to a IconManager. This listener will receive an event when an icon of the manager changes.

Author:
Benjamin Sigg
See Also:
IconManager.add(String, IconManagerListener)

Method Summary
 void iconChanged(String key, Icon icon)
          This method is invoked when an icon was exchanged.
 

Method Detail

iconChanged

void iconChanged(String key,
                 Icon icon)
This method is invoked when an icon was exchanged.

Parameters:
key - the key of the icon
icon - the new value of the icon