Uses of Class
org.openhab.core.items.events.ItemEvent
Packages that use ItemEvent
- 
Uses of ItemEvent in org.openhab.core.items.events
Subclasses of ItemEvent in org.openhab.core.items.eventsModifier and TypeClassDescriptionclassGroupItemStateChangedEvents can be used to deliver group item state changes through the openHAB event bus.classGroupStateUpdatedEvents can be used to deliver group item state updates through the openHAB event bus.classItemCommandEvents can be used to deliver commands through the openHAB event bus.classItemStateChangedEvents can be used to deliver item state changes through the openHAB event bus.classItemStateEvents can be used to deliver item status updates through the openHAB event bus.classThis event announces potential item state outcomes when a command was received.classItemStateUpdatedEvents can be used to report item status updates through the openHAB event bus.classTheItemTimeSeriesEventcan be used to report item time series updates through the openHAB event bus.classTheItemTimeSeriesUpdatedEventcan be used to report item time series updates through the openHAB event bus.Methods in org.openhab.core.items.events that return ItemEventModifier and TypeMethodDescriptionstatic ItemEventItemEventFactory.createStateEvent(String itemName, State state) Creates an item state event.