Interface ConfigStatusCallback

All Known Implementing Classes:
ConfigStatusService

@NonNullByDefault public interface ConfigStatusCallback
The ConfigStatusCallback interface is a callback interface to propagate a new configuration status for an entity.
Author:
Thomas Höfer - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configUpdated(ConfigStatusSource configStatusSource)
    Based on the given ConfigStatusSource this operation propagates a new configuration status for an entity after its configuration has been updated.
  • Method Details

    • configUpdated

      void configUpdated(ConfigStatusSource configStatusSource)
      Based on the given ConfigStatusSource this operation propagates a new configuration status for an entity after its configuration has been updated.
      Parameters:
      configStatusSource - the source of the configuration status