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 [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Field Summary
private  Progress job
           
 
Constructor Summary
JobCancelListener(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 Progress job
Constructor Detail

JobCancelListener

public JobCancelListener(Progress theJob)
Parameters:
theJob -
Method Detail

actionPerformed

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

Copyright ยจ 2003-2007