Interface TableCopyProgressIndicator
-
- All Superinterfaces:
ProgressIndicator
- All Known Implementing Classes:
LoggingTableCopyProgressIndicator
,SwingTableCopyProgressIndicator
,TimingProgressIndicator
public interface TableCopyProgressIndicator extends ProgressIndicator
Show progress when copying tables. Simple implementation will just log to console.© 2013-2020 akquinet tech@spree
- Author:
- M. Dahm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startCopyTable(String sourceTableName, int rowCount, String targetTableName)
-
Methods inherited from interface de.akquinet.jbosscc.guttenbase.utils.ProgressIndicator
debug, endExecution, endProcess, finalizeIndicator, info, initializeIndicator, startExecution, startProcess, updateTimers, warn
-
-