Package dataMap.filemaps
Class OfflineFileServer.MapMaker
- All Implemented Interfaces:
Runnable,Future<Integer>,RunnableFuture<Integer>
- Enclosing class:
OfflineFileServer<TmapPoint extends FileDataMapPoint>
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValueNested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Integerprotected voiddone()voidpPublish(FileMapProgress mapProgress) protected voidprocess(List<FileMapProgress> chunks) Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
MapMaker
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Integer,FileMapProgress> - Throws:
Exception
-
pPublish
-
done
protected void done()- Overrides:
donein classSwingWorker<Integer,FileMapProgress>
-
process
- Overrides:
processin classSwingWorker<Integer,FileMapProgress>
-