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
  • Field Details

    • TYPE

      public static final String TYPE
      The group item state changed event type.
  • Constructor Details

    • GroupItemStateChangedEvent

      protected GroupItemStateChangedEvent(String topic, String payload, String itemName, String memberName, State newItemState, State oldItemState)
  • Method Details