Class RuleStatusInfoEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.automation.events.RuleStatusInfoEvent
- All Implemented Interfaces:
- Event
An 
RuleStatusInfoEvent notifies subscribers that a rule status has been updated.- Author:
- Benedikt Niehues - Initial contribution, Kai Kreuzer - added toString method
- 
Field SummaryFieldsFields inherited from class org.openhab.core.events.AbstractEventACTOR_SEPARATOR, DELEGATION_SEPARATOR
- 
Constructor SummaryConstructorsConstructorDescriptionRuleStatusInfoEvent(String topic, String payload, @Nullable String source, RuleStatusInfo statusInfo, String ruleId) constructs a new rule status event
- 
Method SummaryMethods inherited from class org.openhab.core.events.AbstractEventbuildDelegatedSource, buildDelegatedSource, buildSource, equals, getPayload, getSource, getTopic, hashCode
- 
Field Details- 
TYPE
 
- 
- 
Constructor Details- 
RuleStatusInfoEventpublic RuleStatusInfoEvent(String topic, String payload, @Nullable String source, RuleStatusInfo statusInfo, String ruleId) constructs a new rule status event- Parameters:
- topic- the topic of the event
- payload- the payload of the event
- source- the source of the event
- statusInfo- the status info for this event
- ruleId- the rule for which this event is
 
 
- 
- 
Method Details