Interface NamedGerritEventListener

  • All Superinterfaces:
    com.sonymobile.tools.gerrit.gerritevents.GerritEventListener
    All Known Implementing Classes:
    GerritMissedEventsPlaybackManager, GerritProjectListUpdater

    public interface NamedGerritEventListener
    extends com.sonymobile.tools.gerrit.gerritevents.GerritEventListener
    A GerritEventListener that can provide a display name. Nice to have when displaying this on Diagnostics.
    Author:
    Robert Sandell <rsandell@cloudbees.com>.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDisplayName()
      A possible more descriptive display name than the class name.
      • Methods inherited from interface com.sonymobile.tools.gerrit.gerritevents.GerritEventListener

        gerritEvent
    • Method Detail

      • getDisplayName

        String getDisplayName()
        A possible more descriptive display name than the class name.
        Returns:
        the name