Uses of Interface
org.openhab.core.model.rule.rules.SystemTrigger
Packages that use SystemTrigger
Package
Description
- 
Uses of SystemTrigger in org.openhab.core.model.rule.rules
Subinterfaces of SystemTrigger in org.openhab.core.model.rule.rulesModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'System On Shutdown Trigger'.interfaceA representation of the model object 'System On Startup Trigger'.interfaceA representation of the model object 'System Startlevel Trigger'.Methods in org.openhab.core.model.rule.rules that return SystemTriggerModifier and TypeMethodDescriptionRulesFactory.createSystemTrigger()Returns a new object of class 'System Trigger'. - 
Uses of SystemTrigger in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement SystemTriggerModifier and TypeClassDescriptionclassAn implementation of the model object 'System On Shutdown Trigger'.classAn implementation of the model object 'System On Startup Trigger'.classAn implementation of the model object 'System Startlevel Trigger'.classAn implementation of the model object 'System Trigger'.Methods in org.openhab.core.model.rule.rules.impl that return SystemTrigger - 
Uses of SystemTrigger in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type SystemTriggerModifier and TypeMethodDescriptionRulesSwitch.caseSystemTrigger(SystemTrigger object) Returns the result of interpreting the object as an instance of 'System Trigger'.