com.jaxfront.swing.ui.tools
Class UISwitchListener

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.UISwitchListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class UISwitchListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

This class represents a listener for user interface changes (look & feel).

Version:
1.60

Constructor Summary
UISwitchListener(javax.swing.JComponent c)
          Default constructor.
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISwitchListener

public UISwitchListener(javax.swing.JComponent c)
Default constructor.

Parameters:
c - a JComponent
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener
See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)