com.mmbreakfast.unlod.lod
Class ExtractionJob.EntryObserver

java.lang.Object
  extended bycom.mmbreakfast.unlod.lod.ExtractionJob.EntryObserver
All Implemented Interfaces:
ExtractionObserver
Enclosing class:
ExtractionJob

public class ExtractionJob.EntryObserver
extends Object
implements ExtractionObserver


Field Summary
private  int lastProgressUpdate
           
private  ExtractionObserver parent
           
private  int range
           
 
Constructor Summary
ExtractionJob.EntryObserver(ExtractionObserver parent, float divisions)
           
 
Method Summary
 void directoryCreated(File dir)
           
 void exceptionCaught(Exception e)
           
 void extractionCancelled(String identifier)
           
 void extractionFinished(String identifier)
           
 void extractionProgress(String identifier, float percentageDone)
           
 void extractionStarted(String identifier)
           
 int getRange()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

private ExtractionObserver parent

range

private int range

lastProgressUpdate

private int lastProgressUpdate
Constructor Detail

ExtractionJob.EntryObserver

public ExtractionJob.EntryObserver(ExtractionObserver parent,
                                   float divisions)
Method Detail

getRange

public int getRange()
Specified by:
getRange in interface ExtractionObserver

extractionProgress

public void extractionProgress(String identifier,
                               float percentageDone)
Specified by:
extractionProgress in interface ExtractionObserver

extractionStarted

public void extractionStarted(String identifier)
Specified by:
extractionStarted in interface ExtractionObserver

extractionFinished

public void extractionFinished(String identifier)
Specified by:
extractionFinished in interface ExtractionObserver

extractionCancelled

public void extractionCancelled(String identifier)
Specified by:
extractionCancelled in interface ExtractionObserver

exceptionCaught

public void exceptionCaught(Exception e)
Specified by:
exceptionCaught in interface ExtractionObserver

directoryCreated

public void directoryCreated(File dir)
Specified by:
directoryCreated in interface ExtractionObserver