edu.isi.powerloom.gui.components
Class UISwitchListener

java.lang.Object
  |
  +--edu.isi.powerloom.gui.components.UISwitchListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

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

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

Version:
1.5 10/09/01
Author:
Steve Wilson

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


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.