Uses of Interface
org.openhab.core.items.RegistryHook
Packages that use RegistryHook
- 
Uses of RegistryHook in org.openhab.core.items
Methods in org.openhab.core.items with parameters of type RegistryHookModifier and TypeMethodDescriptionvoidItemRegistry.addRegistryHook(RegistryHook<Item> hook) Add a hook to be informed before adding/after removing items.voidItemRegistry.removeRegistryHook(RegistryHook<Item> hook) Remove the hook again.