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

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

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

A listener changing the icon of this action

Author:
Benjamin Sigg

Constructor Summary
private CloseAction.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

CloseAction.Listener

private CloseAction.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