Uses of Interface
org.openhab.core.events.EventFilter
Packages that use EventFilter
-
Uses of EventFilter in org.openhab.core.events
Classes in org.openhab.core.events that implement EventFilterModifier and TypeClassDescriptionclassTheTopicEventFilteris a default openHABEventFilterimplementation that ensures filtering of events based on a single event topic or multiple event topics.classTheTopicGlobEventFilteris a default openHABEventFilterimplementation that ensures filtering of events based on an event topic.classTheTopicPrefixEventFilteris a default openHABEventFilterimplementation that ensures filtering of events based on the prefix of an event topic.Methods in org.openhab.core.events that return EventFilterModifier and TypeMethodDescriptiondefault @Nullable EventFilterEventSubscriber.getEventFilter()Gets anEventFilterin order to receive specific events if the filter applies.