|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jstacs.utils.Time
public abstract class Time
This interface is the framework for stopping the time of anything.
Constructor Summary | |
---|---|
Time()
Creates a new time object and starts the clock. |
Method Summary | |
---|---|
abstract double |
getElapsedTime()
Returns the elapsed time since invoking the constructor. |
abstract void |
reset()
Restarts the time stopping. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Time()
Method Detail |
---|
public abstract double getElapsedTime()
public abstract void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |