Interface TimeBasedTriggerHandler
- All Superinterfaces:
ModuleHandler
,TriggerHandler
Marker Interface for a
TriggerHandler
that contains a time based execution.- Author:
- Sönke Küper - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionReturns theSchedulerTemporalAdjuster
which can be used to determine the next execution times.Methods inherited from interface org.openhab.core.automation.handler.ModuleHandler
dispose, setCallback
-
Method Details
-
getTemporalAdjuster
SchedulerTemporalAdjuster getTemporalAdjuster()Returns theSchedulerTemporalAdjuster
which can be used to determine the next execution times.
-