Interface IInfobaseChangeListener

  • All Known Subinterfaces:
    IInfobaseSettingsChangeListener

    public interface IInfobaseChangeListener
    Provides event notification for infobases references changes events.

    Need to add listener to IInfobaseManager for notifications tracking, and remove it, when no longer needed.

    Clients may implement also IInfobaseSettingsChangeListener to track recent infobases changes.

    See Also:
    IInfobaseManager
    • Method Detail

      • infobasesReloaded

        void infobasesReloaded​(List<Section> newInput)
        Notification that current infobases was reloaded. Root sections can be used to find matching infobase by UUID.
        Parameters:
        newInput - a new input (tree of sections), cannot be null
      • sectionAdded

        void sectionAdded​(Section section)
        Notification that new section was added and persisted.
        Parameters:
        section - the added section, cannot be null