Uses of Interface
org.openhab.core.events.EventPublisher
Packages that use EventPublisher
Package
Description
-
Uses of EventPublisher in org.openhab.core.addon.marketplace
Fields in org.openhab.core.addon.marketplace declared as EventPublisherModifier and TypeFieldDescriptionprotected final EventPublisherAbstractRemoteAddonService.eventPublisherConstructors in org.openhab.core.addon.marketplace with parameters of type EventPublisherModifierConstructorDescriptionprotectedAbstractRemoteAddonService(EventPublisher eventPublisher, org.osgi.service.cm.ConfigurationAdmin configurationAdmin, StorageService storageService, AddonInfoRegistry addonInfoRegistry, String servicePid) -
Uses of EventPublisher in org.openhab.core.common.registry
Methods in org.openhab.core.common.registry that return EventPublisherModifier and TypeMethodDescriptionprotected @Nullable EventPublisherAbstractRegistry.getEventPublisher()Methods in org.openhab.core.common.registry with parameters of type EventPublisherModifier and TypeMethodDescriptionprotected voidAbstractRegistry.setEventPublisher(EventPublisher eventPublisher) protected voidAbstractRegistry.unsetEventPublisher(EventPublisher eventPublisher) -
Uses of EventPublisher in org.openhab.core.config.core.status
Constructors in org.openhab.core.config.core.status with parameters of type EventPublisherModifierConstructorDescriptionConfigStatusService(EventPublisher eventPublisher, LocaleProvider localeProvider, TranslationProvider i18nProvider, BundleResolver bundleResolver) -
Uses of EventPublisher in org.openhab.core.io.websocket.event
Constructors in org.openhab.core.io.websocket.event with parameters of type EventPublisherModifierConstructorDescriptionEventWebSocket(com.google.gson.Gson gson, EventWebSocketAdapter wsAdapter, ItemEventUtility itemEventUtility, EventPublisher eventPublisher) EventWebSocketAdapter(EventPublisher eventPublisher, ItemRegistry itemRegistry) -
Uses of EventPublisher in org.openhab.core.items
Fields in org.openhab.core.items declared as EventPublisherMethods in org.openhab.core.items with parameters of type EventPublisherModifier and TypeMethodDescriptionvoidGenericItem.setEventPublisher(@Nullable EventPublisher eventPublisher) -
Uses of EventPublisher in org.openhab.core.model.script
Methods in org.openhab.core.model.script that return EventPublisherConstructors in org.openhab.core.model.script with parameters of type EventPublisherModifierConstructorDescriptionScriptServiceUtil(ItemRegistry itemRegistry, ThingRegistry thingRegistry, EventPublisher eventPublisher, ModelRepository modelRepository, Scheduler scheduler) -
Uses of EventPublisher in org.openhab.core.service
Constructors in org.openhab.core.service with parameters of type EventPublisherModifierConstructorDescriptionStartLevelService(org.osgi.framework.BundleContext bundleContext, ReadyService readyService, EventPublisher eventPublisher) -
Uses of EventPublisher in org.openhab.core.thing.binding
Fields in org.openhab.core.thing.binding declared as EventPublisherModifier and TypeFieldDescriptionprotected @Nullable EventPublisherAbstractDynamicDescriptionProvider.eventPublisher -
Uses of EventPublisher in org.openhab.core.thing.link
Methods in org.openhab.core.thing.link with parameters of type EventPublisherModifier and TypeMethodDescriptionprotected voidItemChannelLinkRegistry.setEventPublisher(EventPublisher eventPublisher) protected voidItemChannelLinkRegistry.unsetEventPublisher(EventPublisher eventPublisher) -
Uses of EventPublisher in org.openhab.core.voice.text
Constructors in org.openhab.core.voice.text with parameters of type EventPublisherModifierConstructorDescriptionprotectedAbstractRuleBasedInterpreter(EventPublisher eventPublisher, ItemRegistry itemRegistry, MetadataRegistry metadataRegistry)