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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRuleStatusInfoEvent(String topic, String payload, @Nullable String source, RuleStatusInfo statusInfo, String ruleId) constructs a new rule status event - 
Method Summary
Methods inherited from class org.openhab.core.events.AbstractEvent
equals, getPayload, getSource, getTopic, hashCode 
- 
Field Details
- 
TYPE
 
 - 
 - 
Constructor Details
- 
RuleStatusInfoEvent
public RuleStatusInfoEvent(String topic, String payload, @Nullable String source, RuleStatusInfo statusInfo, String ruleId) constructs a new rule status event- Parameters:
 topic- the topic of the eventpayload- the payload of the eventsource- the source of the eventstatusInfo- the status info for this eventruleId- the rule for which this event is
 
 - 
 - 
Method Details