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 TypeMethodDescriptionvoidSseResource.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 TypeClassDescriptionclassGroupItemStateChangedEvents 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 ItemStateChangedEventItemEventFactory.createStateChangedEvent(String itemName, State newState, State oldState) Creates an item state changed event.