Uses of Class
org.openhab.core.thing.events.ChannelDescriptionChangedEvent
-
Uses of ChannelDescriptionChangedEvent in org.openhab.core.thing.events
Modifier and TypeMethodDescriptionThingEventFactory.createChannelDescriptionChangedEvent
(ChannelUID channelUID, Set<String> linkedItemNames, StateDescriptionFragment stateDescription, @Nullable StateDescriptionFragment oldStateDescription) Creates aChannelDescriptionChangedEvent
for a changedStateDescription
.ThingEventFactory.createChannelDescriptionCommandOptionsChangedEvent
(ChannelUID channelUID, Set<String> linkedItemNames, List<CommandOption> options, @Nullable List<CommandOption> oldOptions) Creates aChannelDescriptionChangedEvent
for changeCommandOption
s.ThingEventFactory.createChannelDescriptionPatternChangedEvent
(ChannelUID channelUID, Set<String> linkedItemNames, String pattern, @Nullable String oldPattern) Creates aChannelDescriptionChangedEvent
for a changed pattern.ThingEventFactory.createChannelDescriptionStateOptionsChangedEvent
(ChannelUID channelUID, Set<String> linkedItemNames, List<StateOption> options, @Nullable List<StateOption> oldOptions) Creates aChannelDescriptionChangedEvent
for changedStateOption
s.