Uses of Class
org.openhab.core.items.events.ItemStateEvent
Packages that use ItemStateEvent
-
Uses of ItemStateEvent in org.openhab.core.items.events
Methods in org.openhab.core.items.events that return ItemStateEventModifier and TypeMethodDescriptionstatic ItemStateEvent
ItemEventFactory.createStateEvent
(String itemName, State state, @Nullable String source) Creates an item state event.Methods in org.openhab.core.items.events with parameters of type ItemStateEventModifier and TypeMethodDescriptionprotected void
AbstractItemEventSubscriber.receiveUpdate
(ItemStateEvent updateEvent) Callback method for receiving item update events from the openHAB event bus.