Class ConfigStatusInfoEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.config.core.status.events.ConfigStatusInfoEvent
- All Implemented Interfaces:
Event
Event for configuration status information.
- Author:
- Thomas Höfer - Initial contribution
-
Constructor Summary
ConstructorDescriptionConfigStatusInfoEvent
(String topic, ConfigStatusInfo configStatusInfo) Creates a newConfigStatusInfoEvent
. -
Method Summary
Methods inherited from class org.openhab.core.events.AbstractEvent
equals, getPayload, getSource, getTopic, hashCode
-
Constructor Details
-
ConfigStatusInfoEvent
Creates a newConfigStatusInfoEvent
.- Parameters:
topic
- the topic of the eventconfigStatusInfo
- the corresponding configuration status information to be put as payload into the event
-
-
Method Details