Class TimerEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.automation.events.TimerEvent
- All Implemented Interfaces:
Event
An
TimerEvent is only used to notify rules when timer triggers fire.- Author:
- Jan N. Klug - Initial contribution
-
Field Summary
FieldsFields inherited from class org.openhab.core.events.AbstractEvent
ACTOR_SEPARATOR, DELEGATION_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionTimerEvent(String topic, String payload, @Nullable String source) Constructs a new timer event -
Method Summary
Methods inherited from class org.openhab.core.events.AbstractEvent
buildDelegatedSource, buildDelegatedSource, buildSource, equals, getPayload, getSource, getTopic, hashCode
-
Field Details
-
TYPE
-
-
Constructor Details
-
TimerEvent
Constructs a new timer event- Parameters:
topic- the topic of the eventpayload- the payload of the event (contains trigger configuration)source- the source of the event
-
-
Method Details