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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidClears the current data of the object.voidprocessLogEvent(LogEventObject logEventObject) Process a log event object. 
- 
Constructor Details
- 
ErrorsAndFatalsCounterLogTarget
public ErrorsAndFatalsCounterLogTarget() 
 - 
 - 
Method Details
- 
processLogEvent
Description copied from interface:GuiLogEventListenerProcess a log event object.- Specified by:
 processLogEventin interfaceGuiLogEventListener- Parameters:
 logEventObject- log event object
 - 
clearData
public void clearData()Description copied from interface:ClearableClears the current data of the object. 
 -