Class AbstractApplicationFormUIModel.ModifyPropertyChangeListener
- java.lang.Object
-
- org.nuiton.jaxx.application.swing.AbstractApplicationFormUIModel.ModifyPropertyChangeListener
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener
- Enclosing class:
- AbstractApplicationFormUIModel<E,B extends AbstractApplicationFormUIModel<E,B>>
protected static class AbstractApplicationFormUIModel.ModifyPropertyChangeListener extends Object implements PropertyChangeListener
-
-
Constructor Summary
Constructors Constructor Description ModifyPropertyChangeListener(AbstractApplicationFormUIModel consumer, Set<String> propertiesToIgnore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpropertyChange(PropertyChangeEvent evt)
-
-
-
Constructor Detail
-
ModifyPropertyChangeListener
public ModifyPropertyChangeListener(AbstractApplicationFormUIModel consumer, Set<String> propertiesToIgnore)
-
-
Method Detail
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacePropertyChangeListener
-
-