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 TypeMethodDescriptionvoid
configUpdated
(ConfigStatusSource configStatusSource) Based on the givenConfigStatusSource
this operation propagates a new configuration status for an entity after its configuration has been updated.
-
Method Details
-
configUpdated
Based on the givenConfigStatusSource
this operation propagates a new configuration status for an entity after its configuration has been updated.- Parameters:
configStatusSource
- the source of the configuration status
-