se.cambio.cds.util
Class CDSSwingWorker
java.lang.Object
javax.swing.SwingWorker<Object,Object>
se.cambio.cds.util.CDSSwingWorker
- All Implemented Interfaces:
- Runnable, Future<Object>, RunnableFuture<Object>
- Direct Known Subclasses:
- CompileGuideSW, LoadEditorSW, LoadGuideFromFileRSW, SaveGuideOnFileRSW
public abstract class CDSSwingWorker
- extends SwingWorker<Object,Object>
Methods inherited from class javax.swing.SwingWorker |
addPropertyChangeListener, cancel, done, 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 |
CDSSwingWorker
public CDSSwingWorker()
doInBackground
protected final Object doInBackground()
throws Exception
- Specified by:
doInBackground
in class SwingWorker<Object,Object>
- Throws:
Exception
executeCDSSW
protected abstract void executeCDSSW()
throws InternalErrorException
- Throws:
InternalErrorException
Copyright © 2013 Cambio. All Rights Reserved.