Package org.openhab.core.config.core.status
package org.openhab.core.config.core.status
-
ClassDescriptionThe
ConfigStatusCallback
interface is a callback interface to propagate a new configuration status for an entity.TheConfigStatusInfo
containsConfigStatusMessage
s to represent the current configuration status of an entity.TheConfigStatusMessage
is a domain object for a configuration status message.The builder for aConfigStatusMessage
object.TheConfigStatusMessage.Type
defines an enumeration of all supported types for a configuration status message.TheConfigStatusProvider
can be implemented and registered as an OSGi service to provide status information forConfiguration
s of entities.TheConfigStatusService
provides theConfigStatusInfo
for a specific entity.TheConfigStatusSource
represents a source which would like to propagate its new configuration status.