Uses of Class
org.openhab.core.items.events.ItemStateChangedEvent
-
Uses of ItemStateChangedEvent in org.openhab.core.io.rest.sse
Modifier and TypeMethodDescriptionvoid
SseResource.handleEventBroadcastItemState
(ItemStateChangedEvent stateChangeEvent) Broadcasts a state event to all currently listening clients, after transforming it to a simple map. -
Uses of ItemStateChangedEvent 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.Modifier and TypeMethodDescriptionstatic ItemStateChangedEvent
ItemEventFactory.createStateChangedEvent
(String itemName, State newState, State oldState) Creates an item state changed event.