Uses of Class
org.openhab.core.items.events.ItemStateUpdatedEvent
Packages that use ItemStateUpdatedEvent
-
Uses of ItemStateUpdatedEvent in org.openhab.core.items.events
Subclasses of ItemStateUpdatedEvent in org.openhab.core.items.eventsModifier and TypeClassDescriptionclassGroupStateUpdatedEvents can be used to deliver group item state updates through the openHAB event bus.Methods in org.openhab.core.items.events that return ItemStateUpdatedEventModifier and TypeMethodDescriptionstatic ItemStateUpdatedEventItemEventFactory.createStateUpdatedEvent(String itemName, State state) Creates an item state updated event.static ItemStateUpdatedEventItemEventFactory.createStateUpdatedEvent(String itemName, State state, @Nullable String source) Creates an item state updated event.