|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jomic.tools.AbstractTask
net.sf.jomic.comic.ExtractComicTask
public class ExtractComicTask
Task to extract a comic independent of its format.
ExtractPdfImagesTask,
ExtractRarTask,
ExtractZipTask| Constructor Summary | |
|---|---|
ExtractComicTask(java.io.File newComicFile,
java.io.File newTargetFolder)
|
|
| Method Summary | |
|---|---|
void |
progressChanged(Task source)
Set progress to progress of source task, which does the actual extraction. |
void |
start()
Start the task, which will cause the progress to iterate from 0 to getMaximum. |
| Methods inherited from class net.sf.jomic.tools.AbstractTask |
|---|
addProgressChangeListener, getMaxProgress, getProgress, getProgressMessage, isInterrupted, removeProgressChangeListener, setMaxProgress, setProgress, setProgressMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractComicTask(java.io.File newComicFile,
java.io.File newTargetFolder)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void progressChanged(Task source)
source task, which does the actual extraction.
progressChanged in interface ProgressChangeListener
public void start()
throws java.lang.Exception
TaskgetMaximum.
start in interface Taskstart in class AbstractTaskjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||