Class LogListenerFactory.Listener

    • Constructor Summary

      Constructors 
      Constructor Description
      Listener​(LogProducer logger, UI ui, javax.swing.JTextArea text, int maxEvents, int maxLines)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LogEvent log​(LogEvent evt)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Listener

        public Listener​(LogProducer logger,
                        UI ui,
                        javax.swing.JTextArea text,
                        int maxEvents,
                        int maxLines)