- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable, java.util.concurrent.Future<java.lang.Boolean>, java.util.concurrent.RunnableFuture<java.lang.Boolean>, Executable, GenericTask
- Enclosing class:
- ExportTool
public abstract static class ExportTool.InternalSwingWorkerForRecordSet
extends AbstractGenericTask
The abstract InternalSwingWorkerForRecordSet class is derived from the AbstractGenericTask class.
Derived classes from this one have to handle the construction of the GRecordSet through the doThisJob() method.
The protected setRecordSet(GRecordSet recordSet) method should be used to keep the just built GRecordSet instance
in a variable of this class.
- See Also:
- Serialized Form