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 TypeClassDescriptionclass
TheTopicEventFilter
is a default openHABEventFilter
implementation that ensures filtering of events based on an event topic.class
TheTopicGlobalEventFilter
is a default openHABEventFilter
implementation that ensures filtering of events based on an event topic.class
TheTopicPrefixEventFilter
is a default openHABEventFilter
implementation 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 EventFilter
EventSubscriber.getEventFilter()
Gets anEventFilter
in order to receive specific events if the filter applies.