Package org.apache.log4j.chainsaw
Class LogUI.NewTabEventBatchReceiver
- java.lang.Object
-
- org.apache.log4j.chainsaw.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.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NewTabEventBatchReceiver()
-
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!
-
-
-
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 interfaceEventBatchListener
- Parameters:
ident
-events
-
-
getInterestedIdentifier
public java.lang.String getInterestedIdentifier()
DOCUMENT ME!- Specified by:
getInterestedIdentifier
in interfaceEventBatchListener
- Returns:
- DOCUMENT ME!
-
-