com.mmbreakfast.unlod.lod
Interface ExtractionObserver

All Known Implementing Classes:
ExtractionJob.EntryObserver, ExtractionManager.ProgressExtractionObserver

public interface ExtractionObserver


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()
           
 

Method Detail

getRange

public int getRange()

extractionProgress

public void extractionProgress(String identifier,
                               float percentageDone)

extractionStarted

public void extractionStarted(String identifier)

extractionFinished

public void extractionFinished(String identifier)

extractionCancelled

public void extractionCancelled(String identifier)

exceptionCaught

public void exceptionCaught(Exception e)

directoryCreated

public void directoryCreated(File dir)