Package org.apache.cayenne.map.event
Interface EmbeddableAttributeListener
- All Superinterfaces:
EventListener
public interface EmbeddableAttributeListener extends EventListener
-
Method Summary
Modifier and Type Method Description void
embeddableAttributeAdded(EmbeddableAttributeEvent e)
New EmbeddableAttribute has been created/added.void
embeddableAttributeChanged(EmbeddableAttributeEvent e)
EmbeddableAttribute property changed.void
embeddableAttributeRemoved(EmbeddableAttributeEvent e)
EmbeddableAttribute has been removed.
-
Method Details
-
embeddableAttributeChanged
EmbeddableAttribute property changed. -
embeddableAttributeAdded
New EmbeddableAttribute has been created/added. -
embeddableAttributeRemoved
EmbeddableAttribute has been removed.
-