Class GroupItemStateChangedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class GroupItemStateChangedEvent extends ItemStateChangedEvent
GroupItemStateChangedEvents can be used to deliver group item state changes through the openHAB event bus. In contrast to the GroupStateUpdatedEvent the GroupItemStateChangedEvent is only sent if the state changed. State events must be created with the ItemEventFactory.
Author:
Christoph Knauf - Initial contribution