Interface IInfobaseAccessSettingsChangeListener

    • Method Detail

      • infobaseAccessSettingsChanged

        void infobaseAccessSettingsChanged​(InfobaseReference infobase,
                                           IInfobaseAccessSettings settings,
                                           boolean reconnectRequired)
        Notifies that infobase access settings was stored for the given infobase.
        Parameters:
        infobase - the infobase that access settings was canged, cannot be null
        settings - the changed infobase access settings, cannot be null
        reconnectRequired - true if reconnect required, false otherwise
      • installationAccessSettingsChanged

        void installationAccessSettingsChanged​(org.eclipse.core.resources.IProject project,
                                               InfobaseReference infobase,
                                               IResolvableRuntimeInstallation installation)
        Notifies that installation access settings was stored for the given infobase.
        Parameters:
        project - the project that installation settings was canged, cannot be null
        infobase - the infobase that installation settings was canged, cannot be null
        installation - the new installation settings, cannot be null