org.apache.pivot.beans
Class BeanDictionaryListener.Adapter

java.lang.Object
  extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.beans.BeanDictionaryListener
BeanDictionaryListener.Adapter
 
Constructor Summary
BeanDictionaryListener.Adapter()
           
 
Method Summary
 void beanChanged(BeanDictionary beanDictionary, Object previousBean)
          Called when a bean dictionary's bean has changed.
 void propertyChanged(BeanDictionary beanDictionary, String propertyName)
          Called when a property of the bean dictionary's bean has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDictionaryListener.Adapter

public BeanDictionaryListener.Adapter()
Method Detail

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