public interface EmbeddableListener extends EventListener
Modifier and Type | Method and 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.
|
void embeddableChanged(EmbeddableEvent e, DataMap map)
void embeddableAdded(EmbeddableEvent e, DataMap map)
void embeddableRemoved(EmbeddableEvent e, DataMap map)
map
- Copyright © 2001–2023 Apache Cayenne. All rights reserved.