Class GroupStateUpdatedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class GroupStateUpdatedEvent extends ItemStateUpdatedEvent
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 Details

    • TYPE

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

    • GroupStateUpdatedEvent

      protected GroupStateUpdatedEvent(String topic, String payload, String itemName, String memberName, State newItemState, @Nullable String source)
  • Method Details