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
  • Constructor Details

    • BaseActionModuleHandler

      public BaseActionModuleHandler(Action module)