Package adams.flow.standalone
Class Stopwatch.Timer
- java.lang.Object
-
- adams.flow.standalone.Stopwatch.Timer
-
- All Implemented Interfaces:
Serializable
,Runnable
- Enclosing class:
- Stopwatch
public static class Stopwatch.Timer extends Object implements Runnable, Serializable
Timer thread class.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stopwatch.StopwatchPanel
m_Owner
the owning panel.protected boolean
m_Running
whether the thread is running.
-
Constructor Summary
Constructors Constructor Description Timer(Stopwatch.StopwatchPanel owner)
Initializes the timer.
-
-
-
Field Detail
-
m_Owner
protected Stopwatch.StopwatchPanel m_Owner
the owning panel.
-
m_Running
protected boolean m_Running
whether the thread is running.
-
-
Constructor Detail
-
Timer
public Timer(Stopwatch.StopwatchPanel owner)
Initializes the timer.- Parameters:
owner
- the panel this timer belongs to
-
-