Class LoaderTest2
Class LoaderTest2
java.lang.Object
|
+----LoaderTest2
- public class LoaderTest2
- extends Object
- implements Runnable
A simple, Runnable class that reports its instantiation to
standard out. When it gets run via Thread.start, it sits in a
loop, sleeping for 700 milliseconds then reporting to standard
out.
-
LoaderTest2()
-
-
run()
-
LoaderTest2
public LoaderTest2()
run
public void run()