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.

Constructor Index

 o LoaderTest2()

Method Index

 o run()

Constructors

 o LoaderTest2
  public LoaderTest2()

Methods

 o run
  public void run()