Interface LoggerNameListener

  • All Superinterfaces:
    EventListener

    public interface LoggerNameListener
    extends EventListener
    Implementations are notified when new Logger names are added to the related LoggerNameModel instance.
    Author:
    Paul Smith <psmith@apache.org>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void loggerNameAdded​(String loggerName)
      Called by LoggerNameModel instances when a new unique Logger name string has been introduced into the model
      void reset()
      Logger names were reset (used to clear the tree model)
    • Method Detail

      • loggerNameAdded

        void loggerNameAdded​(String loggerName)
        Called by LoggerNameModel instances when a new unique Logger name string has been introduced into the model
        Parameters:
        loggerName - the new, unique loggerName
      • reset

        void reset()
        Logger names were reset (used to clear the tree model)