org.crosswire.common.progress.swing
Class JobsViewPane.CancelListener
java.lang.Object
org.crosswire.common.progress.swing.JobsViewPane.CancelListener
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- JobsViewPane
private static final class JobsViewPane.CancelListener
- extends Object
- implements ActionListener
Listen for cancel events and do the cancel.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
job
private Progress job
JobsViewPane.CancelListener
public JobsViewPane.CancelListener(Progress theJob)
- Parameters:
theJob
-
actionPerformed
public void actionPerformed(ActionEvent ev)
- Specified by:
actionPerformed
in interface ActionListener