Class AbstractApplicationFormUIModel.ModifyPropertyChangeListener
java.lang.Object
org.nuiton.jaxx.application.swing.AbstractApplicationFormUIModel.ModifyPropertyChangeListener
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener
- Enclosing class:
- AbstractApplicationFormUIModel<E,B extends AbstractApplicationFormUIModel<E,B>>
protected static class AbstractApplicationFormUIModel.ModifyPropertyChangeListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
-
Constructor Summary
Constructors Constructor Description ModifyPropertyChangeListener(AbstractApplicationFormUIModel consumer, java.util.Set<java.lang.String> propertiesToIgnore) -
Method Summary
Modifier and Type Method Description voidpropertyChange(java.beans.PropertyChangeEvent evt)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ModifyPropertyChangeListener
public ModifyPropertyChangeListener(AbstractApplicationFormUIModel consumer, java.util.Set<java.lang.String> propertiesToIgnore)
-
-
Method Details
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
-