Package org.apache.cayenne.map.event
Interface EmbeddableListener
- All Superinterfaces:
- EventListener
- 
Method SummaryModifier and TypeMethodDescriptionvoidembeddableAdded(EmbeddableEvent e, DataMap map) New EmbeddableAttribute has been created/added.voidembeddableChanged(EmbeddableEvent e, DataMap map) EmbeddableAttribute property changed.voidembeddableRemoved(EmbeddableEvent e, DataMap map) EmbeddableAttribute has been removed.
- 
Method Details- 
embeddableChangedEmbeddableAttribute property changed.
- 
embeddableAddedNew EmbeddableAttribute has been created/added.
- 
embeddableRemovedEmbeddableAttribute has been removed.- Parameters:
- map-
 
 
-