public interface DbAttributeListener extends EventListener
| Modifier and Type | Method and Description | 
|---|---|
| void | dbAttributeAdded(AttributeEvent e)New attribute has been created/added. | 
| void | dbAttributeChanged(AttributeEvent e)Attribute property changed. | 
| void | dbAttributeRemoved(AttributeEvent e)Attribute has been removed. | 
void dbAttributeChanged(AttributeEvent e)
void dbAttributeAdded(AttributeEvent e)
void dbAttributeRemoved(AttributeEvent e)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.