edu.wisc.ssec.mcidasv.supportform
Class SupportForm.CancelListener

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.supportform.SupportForm.CancelListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
SupportForm

private class SupportForm.CancelListener
extends Object
implements ActionListener


Field Summary
(package private)  BackgroundTask<?> task
           
 
Constructor Summary
private SupportForm.CancelListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

BackgroundTask<?> task
Constructor Detail

SupportForm.CancelListener

private SupportForm.CancelListener()
Method Detail

actionPerformed

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