com.michaelbaranov.microba.gradienteditor.ui
Class GradientEditorListener

java.lang.Object
  extended by com.michaelbaranov.microba.gradienteditor.ui.GradientEditorListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

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


Constructor Summary
GradientEditorListener(GradientEditor editor, GradientEditorUI ui)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradientEditorListener

public GradientEditorListener(GradientEditor editor,
                              GradientEditorUI ui)
Method Detail

propertyChange

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