Uses of Interface
org.openhab.core.events.EventSubscriber
Package
Description
-
Uses of EventSubscriber in org.openhab.core.events
Modifier and TypeClassDescriptionclass
AbstractTypedEventSubscriber<T extends Event>
TheAbstractTypedEventSubscriber
is an abstract implementation of theEventSubscriber
interface which helps to subscribe to a specific event type. -
Uses of EventSubscriber in org.openhab.core.io.rest.sitemap
Modifier and TypeClassDescriptionclass
This is a service that provides the possibility to manage subscriptions to sitemaps. -
Uses of EventSubscriber in org.openhab.core.io.websocket.event
Modifier and TypeClassDescriptionclass
TheEventWebSocketAdapter
allows subscription to oh events over WebSocket -
Uses of EventSubscriber in org.openhab.core.items.events
Modifier and TypeClassDescriptionclass
TheAbstractItemEventSubscriber
defines an abstract implementation of theEventSubscriber
interface for receivingItemStateEvent
s andItemCommandEvent
s from the openHAB event bus.