nog
Class Thread2

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--nog.Thread2
All Implemented Interfaces:
java.lang.Runnable

public class Thread2
extends java.lang.Thread

A thread which calculates the sport statistics.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Thread2(Participants p)
          Constructor of the thread.
 
Method Summary
 void run()
          Runs this thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Thread2

public Thread2(Participants p)
Constructor of the thread.
Parameters:
p - the Participants to calculate statistics over.
Method Detail

run

public void run()
Runs this thread.
Overrides:
run in class java.lang.Thread