org.crosswire.common.progress.swing
Class JobsViewPane.CancelListener

java.lang.Object
  extended by 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.


Field Summary
private  Job job
           
 
Constructor Summary
JobsViewPane.CancelListener(Job 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 Job job
Constructor Detail

JobsViewPane.CancelListener

public JobsViewPane.CancelListener(Job theJob)
Parameters:
theJob -
Method Detail

actionPerformed

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

Copyright ? 2003-2006