Uses of Class
org.openhab.core.items.events.ItemCommandEvent
-
Uses of ItemCommandEvent in org.openhab.core.items.events
Modifier 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.Modifier and TypeMethodDescriptionprotected void
AbstractItemEventSubscriber.receiveCommand
(ItemCommandEvent commandEvent) Callback method for receiving item command events from the openHAB event bus.