Interface SystemConfigurationChangeListener

All Known Implementing Classes:
MultipartFormConfiguration, OperationExecutionWriter, PrismConfigurationUpdater, SimulationResultManagerImpl, SubscriptionStateCache

public interface SystemConfigurationChangeListener
Listener that needs to receive notifications related to system configuration object changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Updates the listener's internal state with the configuration provided.
  • Method Details

    • update

      void update(@Nullable @Nullable SystemConfigurationType value)
      Updates the listener's internal state with the configuration provided.
      Parameters:
      value - Current value of the system configuration object. It is 'null' if the object does not exist. Usually listeners keep their current state in such cases, but if needed, it will have the information about missing sysconfig object, so it could act accordingly.