Uses of Interface
org.openhab.core.model.rule.rules.EventTrigger
Packages that use EventTrigger
Package
Description
-
Uses of EventTrigger in org.openhab.core.model.rule.rules
Subinterfaces of EventTrigger in org.openhab.core.model.rule.rulesModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Changed Event Trigger'.interface
A representation of the model object 'Command Event Trigger'.interface
A representation of the model object 'Date Time Trigger'.interface
A representation of the model object 'Event Emitted Trigger'.interface
A representation of the model object 'Group Member Changed Event Trigger'.interface
A representation of the model object 'Group Member Command Event Trigger'.interface
A representation of the model object 'Group Member Update Event Trigger'.interface
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'.interface
A representation of the model object 'System Trigger'.interface
A representation of the model object 'Thing State Changed Event Trigger'.interface
A representation of the model object 'Thing State Update Event Trigger'.interface
A representation of the model object 'Timer Trigger'.interface
A representation of the model object 'Update Event Trigger'.Methods in org.openhab.core.model.rule.rules that return EventTriggerModifier and TypeMethodDescriptionRulesFactory.createEventTrigger()
Returns a new object of class 'Event Trigger'.Methods in org.openhab.core.model.rule.rules that return types with arguments of type EventTriggerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<EventTrigger>
Rule.getEventtrigger()
Returns the value of the 'Eventtrigger' containment reference list. -
Uses of EventTrigger in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement EventTriggerModifier and TypeClassDescriptionclass
An implementation of the model object 'Changed Event Trigger'.class
An implementation of the model object 'Command Event Trigger'.class
An implementation of the model object 'Date Time Trigger'.class
An implementation of the model object 'Event Emitted Trigger'.class
An implementation of the model object 'Event Trigger'.class
An implementation of the model object 'Group Member Changed Event Trigger'.class
An implementation of the model object 'Group Member Command Event Trigger'.class
An implementation of the model object 'Group Member Update Event Trigger'.class
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'.class
An implementation of the model object 'Thing State Changed Event Trigger'.class
An implementation of the model object 'Thing State Update Event Trigger'.class
An implementation of the model object 'Timer Trigger'.class
An implementation of the model object 'Update Event Trigger'.Fields in org.openhab.core.model.rule.rules.impl with type parameters of type EventTriggerModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<EventTrigger>
RuleImpl.eventtrigger
The cached value of the 'Eventtrigger
' containment reference list.Methods in org.openhab.core.model.rule.rules.impl that return EventTriggerMethods in org.openhab.core.model.rule.rules.impl that return types with arguments of type EventTriggerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<EventTrigger>
RuleImpl.getEventtrigger()
-
Uses of EventTrigger in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type EventTriggerModifier and TypeMethodDescriptionRulesSwitch.caseEventTrigger
(EventTrigger object) Returns the result of interpreting the object as an instance of 'Event Trigger'.