org.crosswire.common.progress.swing
Class JobCancelListener

java.lang.Object
  extended by 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
See Also:
The GNU General Public License for details.

Field Summary
private  org.crosswire.common.progress.Progress job
           
 
Constructor Summary
JobCancelListener(org.crosswire.common.progress.Progress theJob)
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

job

private org.crosswire.common.progress.Progress job
Constructor Detail

JobCancelListener

public JobCancelListener(org.crosswire.common.progress.Progress theJob)
Parameters:
theJob -
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener

Copyright ยจ 2003-2015