Package org.apache.cayenne.map.event
Interface EmbeddableListener
- All Superinterfaces:
EventListener
public interface EmbeddableListener extends EventListener
-
Method Summary
Modifier and Type Method Description void
embeddableAdded(EmbeddableEvent e, DataMap map)
New EmbeddableAttribute has been created/added.void
embeddableChanged(EmbeddableEvent e, DataMap map)
EmbeddableAttribute property changed.void
embeddableRemoved(EmbeddableEvent e, DataMap map)
EmbeddableAttribute has been removed.
-
Method Details
-
embeddableChanged
EmbeddableAttribute property changed. -
embeddableAdded
New EmbeddableAttribute has been created/added. -
embeddableRemoved
EmbeddableAttribute has been removed.- Parameters:
map
-
-