Package org.openhab.core.items.events
package org.openhab.core.items.events
-
ClassesClassDescriptionThe
AbstractItemEventSubscriberdefines an abstract implementation of theEventSubscriberinterface for receivingItemStateEvents andItemCommandEvents from the openHAB event bus.Abstract implementation of an item registry event which will be posted by theItemRegistryfor added, removed and updated items.GroupItemStateChangedEvents can be used to deliver group item state changes through the openHAB event bus.GroupStateUpdatedEvents can be used to deliver group item state updates through the openHAB event bus.AnItemAddedEventnotifies subscribers that an item has been added.ItemCommandEvents can be used to deliver commands through the openHAB event bus.ItemEventis an abstract super class for all command and state item events.AnItemEventFactoryis responsible for creating item event instances, e.g.AnItemRemovedEventnotifies subscribers that an item has been removed.ItemStateChangedEvents can be used to deliver item state changes through the openHAB event bus.ItemStateEvents can be used to deliver item status updates through the openHAB event bus.This event announces potential item state outcomes when a command was received.ItemStateUpdatedEvents can be used to report item status updates through the openHAB event bus.TheItemTimeSeriesEventcan be used to report item time series updates through the openHAB event bus.TheItemTimeSeriesUpdatedEventcan be used to report item time series updates through the openHAB event bus.AnItemUpdatedEventnotifies subscribers that an item has been updated.