com.mmbreakfast.unlod.app
Class ExtractionManager.ProgressExtractionObserver

java.lang.Object
  extended bycom.mmbreakfast.unlod.app.ExtractionManager.ProgressExtractionObserver
All Implemented Interfaces:
ExtractionObserver
Enclosing class:
ExtractionManager

protected class ExtractionManager.ProgressExtractionObserver
extends Object
implements ExtractionObserver


Field Summary
private  String lastIdentifier
           
private  int lastProgressUpdate
           
private  int range
           
 
Constructor Summary
protected ExtractionManager.ProgressExtractionObserver()
           
 
Method Summary
 void directoryCreated()
           
 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

range

private int range

lastProgressUpdate

private int lastProgressUpdate

lastIdentifier

private String lastIdentifier
Constructor Detail

ExtractionManager.ProgressExtractionObserver

protected ExtractionManager.ProgressExtractionObserver()
Method Detail

directoryCreated

public void directoryCreated()

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