Package org.openhab.core.items.events
Class GroupStateUpdatedEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.items.events.ItemEvent
org.openhab.core.items.events.ItemStateUpdatedEvent
org.openhab.core.items.events.GroupStateUpdatedEvent
- All Implemented Interfaces:
- Event
GroupStateUpdatedEvents can be used to deliver group item state updates through the openHAB event bus.
 In contrast to the GroupItemStateChangedEvent it is always sent.
 State events must be created with the ItemEventFactory.- Author:
- Jan N. Klug - Initial contribution
- 
Field SummaryFieldsFields inherited from class org.openhab.core.items.events.ItemStateUpdatedEventitemState, lastStateUpdateFields inherited from class org.openhab.core.events.AbstractEventACTOR_SEPARATOR, DELEGATION_SEPARATOR
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedGroupStateUpdatedEvent(String topic, String payload, String itemName, String memberName, State newItemState, @Nullable ZonedDateTime lastStateUpdate, @Nullable String source) 
- 
Method SummaryMethods inherited from class org.openhab.core.items.events.ItemStateUpdatedEventgetItemState, getLastStateUpdateMethods inherited from class org.openhab.core.items.events.ItemEventgetItemNameMethods inherited from class org.openhab.core.events.AbstractEventbuildDelegatedSource, buildDelegatedSource, buildSource, equals, getPayload, getSource, getTopic, hashCode
- 
Field Details- 
TYPEThe group item state changed event type.
 
- 
- 
Constructor Details- 
GroupStateUpdatedEvent
 
- 
- 
Method Details- 
getMemberName- Returns:
- the name of the changed group member
 
- 
getTypeDescription copied from interface:EventGets the event type.- Specified by:
- getTypein interface- Event
- Overrides:
- getTypein class- ItemStateUpdatedEvent
- Returns:
- the event type
 
- 
toString- Overrides:
- toStringin class- ItemStateUpdatedEvent
 
 
-