Class Timer

java.lang.Object
   |
   +----Timer

class Timer
extends Object
implements Runnable
Sorry, not documented yet.

Source


Variable Index

 o ms
 o stopNow
 o thread

Constructor Index

 o Timer(int)

Method Index

 o run()

Variables

 o ms
 int ms
 o thread
 Thread thread
 o stopNow
 boolean stopNow

Constructors

 o Timer
 Timer(int ms)

Methods

 o run
 public void run()