Class LoaderTest1
  Class LoaderTest1
java.lang.Object
   |
   +----java.lang.Thread
           |
           +----LoaderTest1
  -  public class LoaderTest1
  
-  extends Thread
  
A simple, threaded class that reports its instantiation to
standard out.  When it gets run via Thread.start, it sits in a
loop, sleeping for 1 second then reporting to standard out.
  
  -  
	LoaderTest1()
   -  
 
  
  -  
	run()
   -  
 
  
LoaderTest1
  public LoaderTest1()
  
run
  public void run()
  
    -  Overrides:
    
 -  run in class Thread