Uses of Interface
org.openhab.core.model.rule.rules.EventTrigger
Package
Description
-
Uses of EventTrigger in org.openhab.core.model.rule.rules
Modifier 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'.Modifier and TypeMethodDescriptionRulesFactory.createEventTrigger()
Returns a new object of class 'Event Trigger'.Modifier 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
Modifier 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'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<EventTrigger>
RuleImpl.eventtrigger
The cached value of the 'Eventtrigger
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<EventTrigger>
RuleImpl.getEventtrigger()
-
Uses of EventTrigger in org.openhab.core.model.rule.rules.util
Modifier and TypeMethodDescriptionRulesSwitch.caseEventTrigger
(EventTrigger object) Returns the result of interpreting the object as an instance of 'Event Trigger'.