Interface LoggerNameListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
LoggerNameTreePanel, LogPanelLoggerTreeModel

public interface LoggerNameListener extends EventListener
Implementations are notified when new Logger names are added to the related LoggerNameModel instance.
  • Method Summary

    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
    Logger names were reset (used to clear the tree model)
  • Method Details

    • 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)