Package org.apache.log4j.chainsaw
Class LogUI.NewTabEventBatchReceiver
java.lang.Object
org.apache.log4j.chainsaw.LogUI.NewTabEventBatchReceiver
- All Implemented Interfaces:
EventListener
,EventBatchListener
- Enclosing class:
- LogUI
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 -
Method Summary
Modifier and TypeMethodDescriptionDOCUMENT ME!void
receiveEventBatch
(String ident, List<org.apache.log4j.spi.LoggingEvent> events) DOCUMENT ME!
-
Constructor Details
-
NewTabEventBatchReceiver
private NewTabEventBatchReceiver()
-
-
Method Details
-
receiveEventBatch
DOCUMENT ME!- Specified by:
receiveEventBatch
in interfaceEventBatchListener
- Parameters:
ident
-events
-
-
getInterestedIdentifier
DOCUMENT ME!- Specified by:
getInterestedIdentifier
in interfaceEventBatchListener
- Returns:
- DOCUMENT ME!
-