Class AbstractRunnable
java.lang.Object
edu.jiangxin.apktoolbox.swing.extend.plugin.runnable.AbstractRunnable
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
DownloadRunnable
,UnzipRunnable
-
Field Summary
Modifier and TypeFieldDescriptionprotected final IPreparePluginCallback
protected boolean
protected boolean
protected int
protected final ProgressBarDialog
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractRunnable
(String dialogTitle, IPreparePluginCallback callback) -
Method Summary
-
Field Details
-
callback
-
progressBarDialog
-
progress
protected int progress -
isCancelled
protected boolean isCancelled -
isFinished
protected boolean isFinished
-
-
Constructor Details
-
AbstractRunnable
-
-
Method Details
-
cancel
protected void cancel()
-