Package org.apache.jmeter.gui
Class MainFrame.ErrorsAndFatalsCounterLogTarget
java.lang.Object
org.apache.jmeter.gui.MainFrame.ErrorsAndFatalsCounterLogTarget
- All Implemented Interfaces:
EventListener
,GuiLogEventListener
,Clearable
- Enclosing class:
- MainFrame
public final class MainFrame.ErrorsAndFatalsCounterLogTarget
extends Object
implements GuiLogEventListener, Clearable
ErrorsAndFatalsCounterLogTarget.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears the current data of the object.void
processLogEvent
(LogEventObject logEventObject) Process a log event object.
-
Constructor Details
-
ErrorsAndFatalsCounterLogTarget
public ErrorsAndFatalsCounterLogTarget()
-
-
Method Details
-
processLogEvent
Description copied from interface:GuiLogEventListener
Process a log event object.- Specified by:
processLogEvent
in interfaceGuiLogEventListener
- Parameters:
logEventObject
- log event object
-
clearData
public void clearData()Description copied from interface:Clearable
Clears the current data of the object.
-