Uses of Enum Class
org.openhab.core.model.core.EventType
Packages that use EventType
-
Uses of EventType in org.openhab.core.model.core
Methods in org.openhab.core.model.core that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.model.core with parameters of type EventTypeModifier and TypeMethodDescriptionvoidModelRepositoryChangeListener.modelChanged(String modelName, EventType type) Performs dispatch of all binding configs and fires allItemRegistryChangeListeners ifmodelNameends with "items".