Package org.openhab.core.model.core
Interface ModelRepositoryChangeListener
- All Known Implementing Classes:
SitemapSubscriptionService
@NonNullByDefault
public interface ModelRepositoryChangeListener
- Author:
- Kai Kreuzer - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modelChanged
(String modelName, EventType type) Performs dispatch of all binding configs and fires allItemRegistryChangeListener
s ifmodelName
ends with "items".
-
Method Details
-
modelChanged
Performs dispatch of all binding configs and fires allItemRegistryChangeListener
s ifmodelName
ends with "items".
-