de.kosi.gui.util
Interface LookAndFeelChangeListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
CWindow
All Known Implementing Classes:
CPopupMenu, LookAndFeelMenu, View

public interface LookAndFeelChangeListener
extends java.util.EventListener

A listener interface for classes that need to get to know if the look and feel has been changed.


Method Summary
 void lookAndFeelChanged()
          Invoked when the look and feel has changed.
 

Method Detail

lookAndFeelChanged

public void lookAndFeelChanged()
Invoked when the look and feel has changed.