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 TypeInterfaceDescriptioninterface
A representation of the model object 'System On Shutdown Trigger'.interface
A representation of the model object 'System On Startup Trigger'.interface
A 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 TypeClassDescriptionclass
An implementation of the model object 'System On Shutdown Trigger'.class
An implementation of the model object 'System On Startup Trigger'.class
An implementation of the model object 'System Startlevel Trigger'.class
An 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'.