Class AttentionSetObserver

java.lang.Object
com.google.gerrit.server.extensions.events.AttentionSetObserver

public class AttentionSetObserver extends Object
Helper class to fire an event when an attention set changes.
  • Field Details

  • Method Details

    • fire

      public void fire(ChangeData changeData, AccountState accountState, AttentionSetUpdate update, Instant when)
      Notify all listening plugins
      Parameters:
      changeData - is current data of the change
      accountState - is the initiator of the change
      update - is the update that caused the event
      when - is the time of the event