bibliothek.gui.dock.station.flap
Class FlapDockDirection.Listener

java.lang.Object
  extended by bibliothek.gui.dock.station.flap.FlapDockDirection.Listener
All Implemented Interfaces:
IconManagerListener
Enclosing class:
FlapDockDirection

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

A listener that can exchange the icons of this action

Author:
Benjamin Sigg

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

FlapDockDirection.Listener

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