Uses of Class
org.apache.pivot.beans.BeanDictionary

Packages that use BeanDictionary
org.apache.pivot.beans Contains classes that provide access to the Java bean properties of an object via a dictionary interface. 
 

Uses of BeanDictionary in org.apache.pivot.beans
 

Methods in org.apache.pivot.beans with parameters of type BeanDictionary
 void BeanDictionaryListener.beanChanged(BeanDictionary beanDictionary, Object previousBean)
          Called when a bean dictionary's bean has changed.
 void BeanDictionaryListener.Adapter.beanChanged(BeanDictionary beanDictionary, Object previousBean)
           
 void BeanDictionaryListener.propertyChanged(BeanDictionary beanDictionary, String propertyName)
          Called when a property of the bean dictionary's bean has changed.
 void BeanDictionaryListener.Adapter.propertyChanged(BeanDictionary beanDictionary, String propertyName)