Class LogUI.NewTabEventBatchReceiver

  • All Implemented Interfaces:
    java.util.EventListener, EventBatchListener
    Enclosing class:
    LogUI

    private class LogUI.NewTabEventBatchReceiver
    extends java.lang.Object
    implements EventBatchListener
    This class handles the recption of the Event batches and creates new LogPanels if the identifier is not in use otherwise it ignores the event batch.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInterestedIdentifier()
      DOCUMENT ME!
      void receiveEventBatch​(java.lang.String ident, java.util.List<org.apache.log4j.spi.LoggingEvent> events)
      DOCUMENT ME!
      • Methods inherited from class java.lang.Object

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

      • NewTabEventBatchReceiver

        private NewTabEventBatchReceiver()
    • Method Detail

      • receiveEventBatch

        public void receiveEventBatch​(java.lang.String ident,
                                      java.util.List<org.apache.log4j.spi.LoggingEvent> events)
        DOCUMENT ME!
        Specified by:
        receiveEventBatch in interface EventBatchListener
        Parameters:
        ident -
        events -