org.crosswire.common.progress.swing
Class JobsViewPane.JobRunner
java.lang.Object
org.crosswire.common.progress.swing.JobsViewPane.JobRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- JobsViewPane
private static final class JobsViewPane.JobRunner
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pane
private JobsViewPane pane
event
private WorkEvent event
JobsViewPane.JobRunner
public JobsViewPane.JobRunner(JobsViewPane jvp,
WorkEvent ev)
- Parameters:
jvp
- ev
-
run
public void run()
- Specified by:
run
in interface Runnable