org.jlab.coda.afecs.ui.rcgui
Class RcReleaseAgents

java.lang.Object
  extended by javax.swing.SwingWorker
      extended by org.jlab.coda.afecs.ui.rcgui.RcReleaseAgents
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future, java.util.concurrent.RunnableFuture

public class RcReleaseAgents
extends javax.swing.SwingWorker

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), 6/3/11


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
RcReleaseAgents(CodaRcGui owner)
           
 
Method Summary
protected  java.lang.Object doInBackground()
           
protected  void done()
           
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcReleaseAgents

public RcReleaseAgents(CodaRcGui owner)
Method Detail

doInBackground

protected java.lang.Object doInBackground()
                                   throws java.lang.Exception
Specified by:
doInBackground in class javax.swing.SwingWorker
Throws:
java.lang.Exception

done

protected void done()
Overrides:
done in class javax.swing.SwingWorker