pgbennett.jampal
Class TrackUpdater

java.lang.Object
  extended by pgbennett.jampal.TrackUpdater
All Implemented Interfaces:
java.lang.Runnable

public class TrackUpdater
extends java.lang.Object
implements java.lang.Runnable

Gets an array of the selected file names. Note that there may be some null entries at the end of the array if some files were deleted from the library and blank lines show in the list. Runs in the AWT thread


Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable