Package org.apache.cayenne.map.event
Interface DbAttributeListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DbEntity,- DetectedDbEntity
public interface DbAttributeListener extends EventListener
For managing the changes in the DbAttribute.
- 
Method SummaryModifier and Type Method Description voiddbAttributeAdded(AttributeEvent e)New attribute has been created/added.voiddbAttributeChanged(AttributeEvent e)Attribute property changed.voiddbAttributeRemoved(AttributeEvent e)Attribute has been removed.
- 
Method Details- 
dbAttributeChangedAttribute property changed.
- 
dbAttributeAddedNew attribute has been created/added.
- 
dbAttributeRemovedAttribute has been removed.
 
-