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
Constructors -
Method Summary
Methods inherited from class org.openhab.core.automation.handler.BaseModuleHandler
dispose, getConfig, getConfigAs, setCallbackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openhab.core.automation.handler.ConditionHandler
compile, isSatisfiedMethods inherited from interface org.openhab.core.automation.handler.ModuleHandler
dispose, setCallback
-
Constructor Details
-
BaseConditionModuleHandler
-