Uses of Class
org.openhab.core.items.events.ItemCommandEvent
Packages that use ItemCommandEvent
-
Uses of ItemCommandEvent in org.openhab.core.items.events
Methods in org.openhab.core.items.events that return ItemCommandEventModifier and TypeMethodDescriptionstatic ItemCommandEvent
ItemEventFactory.createCommandEvent
(String itemName, Command command) Creates an item command event.static ItemCommandEvent
ItemEventFactory.createCommandEvent
(String itemName, Command command, @Nullable String source) Creates an item command event.Methods in org.openhab.core.items.events with parameters of type ItemCommandEventModifier and TypeMethodDescriptionprotected void
AbstractItemEventSubscriber.receiveCommand
(ItemCommandEvent commandEvent) Callback method for receiving item command events from the openHAB event bus.