PamView
Class PamSymbolDialog.ColorListener

java.lang.Object
  extended by PamView.PamSymbolDialog.ColorListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener
Enclosing class:
PamSymbolDialog

 class PamSymbolDialog.ColorListener
extends java.lang.Object
implements javax.swing.event.ChangeListener

Redraws the dialog display when colours change

Author:
Doug

Constructor Summary
PamSymbolDialog.ColorListener()
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PamSymbolDialog.ColorListener

PamSymbolDialog.ColorListener()
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener