net.sourceforge.dvb.projectx.gui
Class UISwitchListener

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.gui.UISwitchListener

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

This class listens for UISwitches, and updates a given component.


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

Constructor Detail

UISwitchListener

public UISwitchListener(javax.swing.JComponent c)
Method Detail

propertyChange

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