Uses of Interface
org.openhab.core.config.discovery.inbox.Inbox
Packages that use Inbox
-
Uses of Inbox in org.openhab.core.config.discovery.inbox
Methods in org.openhab.core.config.discovery.inbox with parameters of type InboxModifier and TypeMethodDescriptionvoidInboxListener.thingAdded(Inbox source, DiscoveryResult result) Invoked synchronously when a NEWDiscoveryResulthas been added to theInbox.voidInboxListener.thingRemoved(Inbox source, DiscoveryResult result) Invoked synchronously when an EXISTINGDiscoveryResulthas been removed from theInbox.voidInboxListener.thingUpdated(Inbox source, DiscoveryResult result) Invoked synchronously when an EXISTINGDiscoveryResulthas been updated in theInbox.