bibliothek.gui.dock.action.actions
Class ReplaceAction.Listener

java.lang.Object
  extended by bibliothek.gui.dock.action.actions.ReplaceAction.Listener
All Implemented Interfaces:
IconManagerListener
Enclosing class:
ReplaceAction

private class ReplaceAction.Listener
extends java.lang.Object
implements IconManagerListener

A listener changing the icon of this action

Author:
Benjamin Sigg

Constructor Summary
private ReplaceAction.Listener()
           
 
Method Summary
 void iconChanged(java.lang.String key, javax.swing.Icon icon)
          This method is invoked when an icon was exchanged.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceAction.Listener

private ReplaceAction.Listener()
Method Detail

iconChanged

public void iconChanged(java.lang.String key,
                        javax.swing.Icon icon)
Description copied from interface: IconManagerListener
This method is invoked when an icon was exchanged.

Specified by:
iconChanged in interface IconManagerListener
Parameters:
key - the key of the icon
icon - the new value of the icon