Interface DbAttributeListener

  • All Superinterfaces:
    EventListener
    All Known Implementing Classes:
    DbEntity

    public interface DbAttributeListener
    extends EventListener
    For managing the changes in the DbAttribute.
    • 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.