Uses of Interface
org.openhab.core.events.EventFactory
Packages that use EventFactory
Package
Description
-
Uses of EventFactory in org.openhab.core.addon
Classes in org.openhab.core.addon that implement EventFactory -
Uses of EventFactory in org.openhab.core.automation.events
Classes in org.openhab.core.automation.events that implement EventFactoryModifier and TypeClassDescriptionclass
This class is a factory that creates Timer and Execution Events. -
Uses of EventFactory in org.openhab.core.config.core.status.events
Classes in org.openhab.core.config.core.status.events that implement EventFactoryModifier and TypeClassDescriptionfinal class
TheConfigStatusEventFactory
is the event factory implementation to create configuration status events, e.g. -
Uses of EventFactory in org.openhab.core.config.discovery.inbox.events
Classes in org.openhab.core.config.discovery.inbox.events that implement EventFactoryModifier and TypeClassDescriptionclass
AnInboxEventFactory
is responsible for creating inbox event instances. -
Uses of EventFactory in org.openhab.core.events
Classes in org.openhab.core.events that implement EventFactoryModifier and TypeClassDescriptionclass
TheAbstractEventFactory
defines an abstract implementation of theEventFactory
interface. -
Uses of EventFactory in org.openhab.core.events.system
Classes in org.openhab.core.events.system that implement EventFactory -
Uses of EventFactory in org.openhab.core.items.events
Classes in org.openhab.core.items.events that implement EventFactoryModifier and TypeClassDescriptionclass
AnItemEventFactory
is responsible for creating item event instances, e.g. -
Uses of EventFactory in org.openhab.core.thing.events
Classes in org.openhab.core.thing.events that implement EventFactoryModifier and TypeClassDescriptionclass
AThingEventFactory
is responsible for creating thing event instances:ThingStatusInfoEvent.TYPE
-
Uses of EventFactory in org.openhab.core.thing.firmware
Classes in org.openhab.core.thing.firmware that implement EventFactoryModifier and TypeClassDescriptionfinal class
TheFirmwareEventFactory
is registered as an OSGi service and is responsible to create firmware events. -
Uses of EventFactory in org.openhab.core.thing.link.events
Classes in org.openhab.core.thing.link.events that implement EventFactory