Uses of Package
org.openhab.core.thing.events
-
ClassDescriptionAbstract implementation of a thing registry event which will be posted by a
ThingRegistry
for added, removed and updated items.ChannelDescriptionChangedEvent
s will be delivered through the openHAB event bus if theCommandDescription
orStateDescription
of a channel has changed.ChannelTriggeredEvent
s can be used to deliver triggers through the openHAB event bus.AThingAddedEvent
notifies subscribers that a thing has been added.AThingRemovedEvent
notifies subscribers that a thing has been removed.ThingStatusInfoChangedEvent
s will be delivered through the openHAB event bus if the status of a thing has changed.ThingStatusInfoEvent
s will be delivered through the openHAB event bus if the status of a thing has been updated.AThingUpdatedEvent
notifies subscribers that a thing has been updated.