Runnable.run
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract void run()
Description
 When an object implementing interface Runnable is used 
 to create a thread, starting the thread causes the object's 
 run method to be called in that separately executing 
 thread.
  
See Also
     run