Uses of Class
org.openhab.core.items.events.ItemStateChangedEvent
Packages that use ItemStateChangedEvent
-
Uses of ItemStateChangedEvent in org.openhab.core.io.rest.sse
Methods in org.openhab.core.io.rest.sse with parameters of type ItemStateChangedEventModifier 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
Subclasses of ItemStateChangedEvent in org.openhab.core.items.eventsModifier and TypeClassDescriptionclass
GroupItemStateChangedEvent
s can be used to deliver group item state changes through the openHAB event bus.Methods in org.openhab.core.items.events that return ItemStateChangedEventModifier and TypeMethodDescriptionstatic ItemStateChangedEvent
ItemEventFactory.createStateChangedEvent
(String itemName, State newState, State oldState) Creates an item state changed event.