org.apache.cayenne.map.event
Interface DbAttributeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DataMap, DbEntity, DerivedDbEntity

public interface DbAttributeListener
extends EventListener

For managing the changes in the DbAttribute.


Method Summary
 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.
 

Method Detail

dbAttributeChanged

void dbAttributeChanged(AttributeEvent e)
Attribute property changed.


dbAttributeAdded

void dbAttributeAdded(AttributeEvent e)
New attribute has been created/added.


dbAttributeRemoved

void dbAttributeRemoved(AttributeEvent e)
Attribute has been removed.



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.