Package org.apache.cayenne.map.event
Interface DbAttributeListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DbEntity
For managing the changes in the DbAttribute.
- 
Method SummaryModifier and TypeMethodDescriptionvoidNew attribute has been created/added.voidAttribute property changed.voidAttribute has been removed.
- 
Method Details- 
dbAttributeChangedAttribute property changed.
- 
dbAttributeAddedNew attribute has been created/added.
- 
dbAttributeRemovedAttribute has been removed.
 
-