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 ItemCommandEventItemEventFactory.createCommandEvent(String itemName, Command command) Creates an item command event.static ItemCommandEventItemEventFactory.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 voidAbstractItemEventSubscriber.receiveCommand(ItemCommandEvent commandEvent) Callback method for receiving item command events from the openHAB event bus.