Class LoadThread

  • All Implemented Interfaces:
    Runnable

    public class LoadThread
    extends Thread
    a class that moves all pictures of a group to a target directory
    • Method Detail

      • run

        public void run()
        method that is invoked by the thread which fires off the loadPicture method in the srcPic object.
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread