Class BaseConditionModuleHandler
java.lang.Object
org.openhab.core.automation.handler.BaseModuleHandler<Condition>
org.openhab.core.automation.handler.BaseConditionModuleHandler
- All Implemented Interfaces:
ConditionHandler
,ModuleHandler
@NonNullByDefault
public abstract class BaseConditionModuleHandler
extends BaseModuleHandler<Condition>
implements ConditionHandler
This is a base class that can be used by ConditionModuleHandler implementations
- Author:
- Christoph Weitkamp - Initial contribution
-
Field Summary
Fields inherited from class org.openhab.core.automation.handler.BaseModuleHandler
callback, module
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openhab.core.automation.handler.BaseModuleHandler
dispose, getConfig, getConfigAs, setCallback
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openhab.core.automation.handler.ConditionHandler
isSatisfied
Methods inherited from interface org.openhab.core.automation.handler.ModuleHandler
dispose, setCallback
-
Constructor Details
-
BaseConditionModuleHandler
-