Package org.openhab.core.thing.events
package org.openhab.core.thing.events
-
ClassDescriptionAbstract implementation of a thing registry event which will be posted by a
ThingRegistryfor added, removed and updated items.ChannelDescriptionChangedEvents will be delivered through the openHAB event bus if theCommandDescriptionorStateDescriptionof a channel has changed.ChannelTriggeredEvents can be used to deliver triggers through the openHAB event bus.AThingAddedEventnotifies subscribers that a thing has been added.AThingEventFactoryis responsible for creating thing event instances:ThingStatusInfoEvent.TYPEThis is a java bean that is used to serialize/deserialize trigger event payload.AThingRemovedEventnotifies subscribers that a thing has been removed.ThingStatusInfoChangedEvents will be delivered through the openHAB event bus if the status of a thing has changed.ThingStatusInfoEvents will be delivered through the openHAB event bus if the status of a thing has been updated.AThingUpdatedEventnotifies subscribers that a thing has been updated.