public interface EmbeddableAttributeListener extends EventListener
| Modifier and Type | Method and 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. | 
void embeddableAttributeChanged(EmbeddableAttributeEvent e)
void embeddableAttributeAdded(EmbeddableAttributeEvent e)
void embeddableAttributeRemoved(EmbeddableAttributeEvent e)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.