Uses of Enum Class
org.openhab.core.model.core.EventType
-
Uses of EventType in org.openhab.core.io.rest.sitemap
Modifier and TypeMethodDescriptionvoid
SitemapSubscriptionService.modelChanged
(String modelName, EventType type) -
Uses of EventType in org.openhab.core.model.core
Modifier and TypeMethodDescriptionstatic EventType
Returns 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.Modifier and TypeMethodDescriptionvoid
ModelRepositoryChangeListener.modelChanged
(String modelName, EventType type) Performs dispatch of all binding configs and fires allItemRegistryChangeListener
s ifmodelName
ends with "items".