org.apache.pivot.beans
Interface BeanDictionaryListener

All Known Implementing Classes:
BeanDictionaryListener.Adapter

public interface BeanDictionaryListener

Bean dictionary listener interface.


Nested Class Summary
static class BeanDictionaryListener.Adapter
          Bean dictionary listener 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.
 

Method Detail

beanChanged

void beanChanged(BeanDictionary beanDictionary,
                 Object previousBean)
Called when a bean dictionary's bean has changed.

Parameters:
beanDictionary -
previousBean -

propertyChanged

void propertyChanged(BeanDictionary beanDictionary,
                     String propertyName)
Called when a property of the bean dictionary's bean has changed.

Parameters:
beanDictionary -
propertyName -