Uses of Class
org.openhab.core.items.events.ItemEvent
-
Uses of ItemEvent in org.openhab.core.items.events
Modifier and TypeClassDescriptionclass
GroupItemStateChangedEvent
s can be used to deliver group item state changes through the openHAB event bus.class
GroupStateUpdatedEvent
s can be used to deliver group item state updates through the openHAB event bus.class
ItemCommandEvent
s can be used to deliver commands through the openHAB event bus.class
ItemStateChangedEvent
s can be used to deliver item state changes through the openHAB event bus.class
ItemStateEvent
s can be used to deliver item status updates through the openHAB event bus.class
This event announces potential item state outcomes when a command was received.class
ItemStateUpdatedEvent
s can be used to report item status updates through the openHAB event bus.class
TheItemTimeSeriesEvent
can be used to report item time series updates through the openHAB event bus.class
TheItemTimeSeriesUpdatedEvent
can be used to report item time series updates through the openHAB event bus.Modifier and TypeMethodDescriptionstatic ItemEvent
ItemEventFactory.createStateEvent
(String itemName, State state) Creates an item state event.