Interface DbRelationshipListener

  • All Superinterfaces:
    EventListener
    All Known Implementing Classes:
    DbEntity

    public interface DbRelationshipListener
    extends EventListener
    For managing the changes in the DbRelationship.
    • Method Detail

      • dbRelationshipChanged

        void dbRelationshipChanged​(RelationshipEvent e)
        Relationship property changed.
      • dbRelationshipAdded

        void dbRelationshipAdded​(RelationshipEvent e)
        Relationship has been created/added.
      • dbRelationshipRemoved

        void dbRelationshipRemoved​(RelationshipEvent e)
        Relationship has been removed.