Package org.openhab.core.automation.events
package org.openhab.core.automation.events
-
ClassDescriptionabstract class for rule eventsThis class is a factory that creates Timer and Execution Events.An
ExecutionEvent
is only used to notify rules when a script or the REST API trigger the run.AnRuleAddedEvent
notifies subscribers that a rule has been added.AnRuleRemovedEvent
notifies subscribers that a rule has been removed.AnRuleStatusInfoEvent
notifies subscribers that a rule status has been updated.AnRuleUpdatedEvent
notifies subscribers that a rule has been updated.AnTimerEvent
is only used to notify rules when timer triggers fire.