Uses of Class
org.openhab.core.events.AbstractEvent
Packages that use AbstractEvent
Package
Description
-
Uses of AbstractEvent in org.openhab.core.addon
Subclasses of AbstractEvent in org.openhab.core.addonModifier and TypeClassDescriptionclassThis is anEventthat is sent on add-on operations, such as installing and uninstalling. -
Uses of AbstractEvent in org.openhab.core.automation.events
Subclasses of AbstractEvent in org.openhab.core.automation.eventsModifier and TypeClassDescriptionclassabstract class for rule eventsclassAnExecutionEventis only used to notify rules when a script or the REST API trigger the run.classAnRuleAddedEventnotifies subscribers that a rule has been added.classAnRuleRemovedEventnotifies subscribers that a rule has been removed.classAnRuleStatusInfoEventnotifies subscribers that a rule status has been updated.classAnRuleUpdatedEventnotifies subscribers that a rule has been updated.classAnTimerEventis only used to notify rules when timer triggers fire. -
Uses of AbstractEvent in org.openhab.core.config.core.status.events
Subclasses of AbstractEvent in org.openhab.core.config.core.status.eventsModifier and TypeClassDescriptionfinal classEvent for configuration status information. -
Uses of AbstractEvent in org.openhab.core.config.discovery.inbox.events
Subclasses of AbstractEvent in org.openhab.core.config.discovery.inbox.eventsModifier and TypeClassDescriptionclassAbstract implementation of an inbox event which will be posted by theInboxfor added, removed and updated discovery results.classAnInboxAddedEventnotifies subscribers that a discovery result has been added to the inbox.classAnInboxRemovedEventnotifies subscribers that a discovery result has been removed from the inbox.classAnInboxUpdatedEventnotifies subscribers that a discovery result has been updated in the inbox. -
Uses of AbstractEvent in org.openhab.core.events.system
Subclasses of AbstractEvent in org.openhab.core.events.systemModifier and TypeClassDescriptionclassStartlevelEvents will be delivered through the openHAB event bus if the start level of the system has changed. -
Uses of AbstractEvent in org.openhab.core.items.events
Subclasses of AbstractEvent in org.openhab.core.items.eventsModifier and TypeClassDescriptionclassAbstract implementation of an item registry event which will be posted by theItemRegistryfor added, removed and updated items.classGroupItemStateChangedEvents can be used to deliver group item state changes through the openHAB event bus.classGroupStateUpdatedEvents can be used to deliver group item state updates through the openHAB event bus.classAnItemAddedEventnotifies subscribers that an item has been added.classItemCommandEvents can be used to deliver commands through the openHAB event bus.classItemEventis an abstract super class for all command and state item events.classAnItemRemovedEventnotifies subscribers that an item has been removed.classItemStateChangedEvents can be used to deliver item state changes through the openHAB event bus.classItemStateEvents can be used to deliver item status updates through the openHAB event bus.classThis event announces potential item state outcomes when a command was received.classItemStateUpdatedEvents can be used to report item status updates through the openHAB event bus.classTheItemTimeSeriesEventcan be used to report item time series updates through the openHAB event bus.classTheItemTimeSeriesUpdatedEventcan be used to report item time series updates through the openHAB event bus.classAnItemUpdatedEventnotifies subscribers that an item has been updated. -
Uses of AbstractEvent in org.openhab.core.thing.events
Subclasses of AbstractEvent in org.openhab.core.thing.eventsModifier and TypeClassDescriptionclassAbstract implementation of a thing registry event which will be posted by aThingRegistryfor added, removed and updated items.classChannelDescriptionChangedEvents will be delivered through the openHAB event bus if theCommandDescriptionorStateDescriptionof a channel has changed.classChannelTriggeredEvents can be used to deliver triggers through the openHAB event bus.classAThingAddedEventnotifies subscribers that a thing has been added.classAThingRemovedEventnotifies subscribers that a thing has been removed.classThingStatusInfoChangedEvents will be delivered through the openHAB event bus if the status of a thing has changed.classThingStatusInfoEvents will be delivered through the openHAB event bus if the status of a thing has been updated.classAThingUpdatedEventnotifies subscribers that a thing has been updated. -
Uses of AbstractEvent in org.openhab.core.thing.firmware
Subclasses of AbstractEvent in org.openhab.core.thing.firmwareModifier and TypeClassDescriptionfinal classfinal classTheFirmwareUpdateProgressInfoEventis sent if there is a new progress step for a firmware update.final classTheFirmwareUpdateResultInfoEventis sent if the firmware update has been finished. -
Uses of AbstractEvent in org.openhab.core.thing.link.events
Subclasses of AbstractEvent in org.openhab.core.thing.link.eventsModifier and TypeClassDescriptionclassAbstractItemChannelLinkRegistryEventis an abstract class for item channel link events.classAnItemChannelLinkAddedEventnotifies subscribers that an item channel link has been added.classAnItemChannelLinkRemovedEventnotifies subscribers that an item channel link has been removed.