Class TimeReader.TimestampEventTask
java.lang.Object
kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- TimeReader
protected class TimeReader.TimestampEventTask
extends java.lang.Object
implements java.lang.Runnable
A simple helper class used to send the current system time.
- Since:
- 1.8
- Author:
- Nils Christian Ehmke
-
Constructor Summary
Constructors Constructor Description TimestampEventTask(long numberImpulses)
Creates a new task. -
Method Summary
Modifier and Type Method Description void
run()
Executes the task.
-
Constructor Details
-
TimestampEventTask
public TimestampEventTask(long numberImpulses)Creates a new task.- Parameters:
numberImpulses
- 0 = infinite
-
-
Method Details
-
run
public void run()Executes the task.- Specified by:
run
in interfacejava.lang.Runnable
-