Uses of Interface
org.openhab.core.thing.profiles.ProfileCallback
Packages that use ProfileCallback
Package
Description
-
Uses of ProfileCallback in org.openhab.core.automation.module.script.profile
Methods in org.openhab.core.automation.module.script.profile with parameters of type ProfileCallbackModifier and TypeMethodDescription@Nullable Profile
ScriptProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Constructors in org.openhab.core.automation.module.script.profile with parameters of type ProfileCallbackModifierConstructorDescriptionScriptProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext, TransformationService transformationService) -
Uses of ProfileCallback in org.openhab.core.thing.profiles
Methods in org.openhab.core.thing.profiles with parameters of type ProfileCallbackModifier and TypeMethodDescription@Nullable Profile
ProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfile
instance for the given profile type identifier.