Package org.eclipse.xtext.util.internal
Class Stopwatches.StopwatchForTask
- java.lang.Object
-
- org.eclipse.xtext.util.internal.Stopwatches.StopwatchForTask
-
- All Implemented Interfaces:
Stopwatches.StoppedTask
- Enclosing class:
- Stopwatches
public static class Stopwatches.StopwatchForTask extends java.lang.Object implements Stopwatches.StoppedTask
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRunning()voidstart()voidstop()
-
-
-
Method Detail
-
start
public void start()
- Specified by:
startin interfaceStopwatches.StoppedTask
-
isRunning
public boolean isRunning()
-
stop
public void stop()
- Specified by:
stopin interfaceStopwatches.StoppedTask
-
-