org.springframework.binding.form.support
Class AbstractFormModel.ChildStateChangeHandler
java.lang.Object
org.springframework.binding.form.support.AbstractFormModel.ChildStateChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- AbstractFormModel
protected class AbstractFormModel.ChildStateChangeHandler
- extends Object
- implements PropertyChangeListener
Listener to be registered on properties of child form models and other
valueModels. Calls are delegated to
AbstractFormModel.childStateChanged(PropertyChangeEvent)
. This
way subclasses can extend the child->parent behaviour meaning state
changes in the child that influence the parent.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFormModel.ChildStateChangeHandler
protected AbstractFormModel.ChildStateChangeHandler()
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.