org.crosswire.common.progress.swing
Class JobCancelListener
java.lang.Object
org.crosswire.common.progress.swing.JobCancelListener
- All Implemented Interfaces:
- ActionListener, EventListener
final class JobCancelListener
- extends Object
- implements ActionListener
Listen for cancel events and do the cancel.
- Author:
- DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Field Summary |
private org.crosswire.common.progress.Progress |
job
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
job
private org.crosswire.common.progress.Progress job
JobCancelListener
public JobCancelListener(org.crosswire.common.progress.Progress theJob)
- Parameters:
theJob
-
actionPerformed
public void actionPerformed(ActionEvent ev)
- Specified by:
actionPerformed
in interface ActionListener