Class ExecutionEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.automation.events.ExecutionEvent
- All Implemented Interfaces:
Event
An
ExecutionEvent
is only used to notify rules when a script or the REST API trigger the run.- Author:
- Jan N. Klug - Initial contribution
-
Field Summary
-
Constructor Summary
ConstructorDescriptionExecutionEvent
(String topic, String payload, String source) Constructs a new rule execution event -
Method Summary
Methods inherited from class org.openhab.core.events.AbstractEvent
equals, getPayload, getSource, getTopic, hashCode
-
Field Details
-
TYPE
-
-
Constructor Details
-
ExecutionEvent
Constructs a new rule execution event- Parameters:
topic
- the topic of the eventpayload
- the payload of the eventsource
- the source of the event
-
-
Method Details