19 package org.sleuthkit.autopsy.corecomponentinterfaces;
21 import java.awt.EventQueue;
22 import java.util.List;
53 final List<String> errListf = errList;
54 final List<Content> newContentsf = newContents;
57 EventQueue.invokeLater(
new Runnable() {
60 doneEDT(resultf, errListf, newContentsf);
74 public abstract void doneEDT(DataSourceProcessorResult result, List<String> errList, List<Content> newContents);
NONCRITICAL_ERRORS
There was data added to the database, but there were errors from data corruption or a small number of...
CRITICAL_ERRORS
No data was added to the database. There were fundamental errors processing the data (such as no data...
NO_ERRORS
No errors were encountered while ading the data source.
void done(DataSourceProcessorResult result, List< String > errList, List< Content > newContents)
abstract void doneEDT(DataSourceProcessorResult result, List< String > errList, List< Content > newContents)