Class BaseActionModuleHandler
java.lang.Object
org.openhab.core.automation.handler.BaseModuleHandler<Action>
org.openhab.core.automation.handler.BaseActionModuleHandler
- All Implemented Interfaces:
ActionHandler
,ModuleHandler
@NonNullByDefault
public abstract class BaseActionModuleHandler
extends BaseModuleHandler<Action>
implements ActionHandler
This is a base class that can be used by ActionModuleHandler 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.ActionHandler
execute
Methods inherited from interface org.openhab.core.automation.handler.ModuleHandler
dispose, setCallback
-
Constructor Details
-
BaseActionModuleHandler
-