Interface IRuntimeInstallationChangeListener

  • All Known Implementing Classes:
    AbstractRuntimeInstallationPreferencePage

    public interface IRuntimeInstallationChangeListener
    Provides event notification for 1C:Enetrprise runtime installations changes events.

    Clients need to add listener to IRuntimeInstallationManager for notifications tracking, and remove it when notifications are no longer needed.

    See Also:
    IRuntimeInstallationManager
    • Method Detail

      • installationsAdded

        void installationsAdded​(Collection<RuntimeInstallation> installations)
        Notifies that new instances 1C:Enetrprise runtime installation was added and persisted.
        Parameters:
        installations - a collection of added 1C:Enetrprise runtime installations, cannot be null
      • installationsRemoved

        void installationsRemoved​(Collection<RuntimeInstallation> installations)
        Notifies that instances 1C:Enetrprise runtime installation was removed.
        Parameters:
        installations - a collection of removed 1C:Enetrprise runtime installations, cannot be null