org.apache.pivot.beans
Class BeanDictionaryListener.Adapter
java.lang.Object
org.apache.pivot.beans.BeanDictionaryListener.Adapter
- All Implemented Interfaces:
- BeanDictionaryListener
- Enclosing interface:
- BeanDictionaryListener
public static class BeanDictionaryListener.Adapter
- extends Object
- implements BeanDictionaryListener
Bean dictionary listener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDictionaryListener.Adapter
public BeanDictionaryListener.Adapter()
beanChanged
public void beanChanged(BeanDictionary beanDictionary,
Object previousBean)
- Description copied from interface:
BeanDictionaryListener
- Called when a bean dictionary's bean has changed.
- Specified by:
beanChanged
in interface BeanDictionaryListener
propertyChanged
public void propertyChanged(BeanDictionary beanDictionary,
String propertyName)
- Description copied from interface:
BeanDictionaryListener
- Called when a property of the bean dictionary's bean has changed.
- Specified by:
propertyChanged
in interface BeanDictionaryListener