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
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.AThingEventFactory
is responsible for creating thing event instances:ThingStatusInfoEvent.TYPE
This is a java bean that is used to serialize/deserialize trigger event payload.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.