org.blinkenbyte.pcopier
Class ProgressiveCopier.DisplayStatus

java.lang.Object
  extended by org.blinkenbyte.pcopier.ProgressiveCopier.DisplayStatus
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ProgressiveCopier

public static class ProgressiveCopier.DisplayStatus
extends java.lang.Object
implements java.lang.Runnable

This class is used by the command-line program as a callback which displays basic information about the copy progress.


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

Field Detail

pc

public ProgressiveCopier pc
Constructor Detail

ProgressiveCopier.DisplayStatus

public ProgressiveCopier.DisplayStatus(ProgressiveCopier _pc)
Method Detail

run

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