Package org.apache.cayenne.map.event
Interface EmbeddableAttributeListener
- All Superinterfaces:
- EventListener
public interface EmbeddableAttributeListener extends EventListener
- 
Method SummaryModifier and Type Method Description voidembeddableAttributeAdded(EmbeddableAttributeEvent e)New EmbeddableAttribute has been created/added.voidembeddableAttributeChanged(EmbeddableAttributeEvent e)EmbeddableAttribute property changed.voidembeddableAttributeRemoved(EmbeddableAttributeEvent e)EmbeddableAttribute has been removed.
- 
Method Details- 
embeddableAttributeChangedEmbeddableAttribute property changed.
- 
embeddableAttributeAddedNew EmbeddableAttribute has been created/added.
- 
embeddableAttributeRemovedEmbeddableAttribute has been removed.
 
-