public abstract class AbstractGCModelLoaderImpl extends SwingWorker<GCModel,Object> implements GCModelLoader
GCModelLoadersSwingWorker.StateValue| Constructor and Description |
|---|
AbstractGCModelLoaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected GCModel |
doInBackground() |
protected void |
done() |
protected abstract GCModel |
loadGcModel() |
void |
propertyChange(PropertyChangeEvent evt) |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, execute, getGcResource, removePropertyChangeListenerpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface GCModelLoaderpropertyChange in interface PropertyChangeListenerprotected void done()
done in class SwingWorker<GCModel,Object>protected GCModel doInBackground() throws Exception
doInBackground in class SwingWorker<GCModel,Object>Exceptionprotected abstract GCModel loadGcModel() throws DataReaderException
DataReaderExceptionCopyright © 2019. All rights reserved.