edu.iastate.metnet.event
Class UISwitchListener

java.lang.Object
  extended by edu.iastate.metnet.event.UISwitchListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

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

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

Version:
1.4 04/23/99
Author:
Steve Wilson

Field Summary
(package private)  javax.swing.JComponent componentToSwitch
           
 
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
 

Field Detail

componentToSwitch

javax.swing.JComponent componentToSwitch
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