Package org.omegat.core.statistics
Interface IStatsConsumer
- All Known Implementing Classes:
BaseMatchStatisticsPanel,BaseStatisticsPanel,MatchStatisticsPanel,PerFileMatchStatisticsPanel,StatisticsPanel
public interface IStatsConsumer
An interface for consumers of statistical information.
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendTable(String title, String[] headers, String[][] data) voidappendTextData(String result) default voidDeprecated.default voidonComplete(Completion completion) Modern completion signal with status and optional error.voidsetDataFile(String path) voidvoidsetTextData(String data) voidshowProgress(int percent)
-
Method Details
-
appendTextData
-
appendTable
-
setTextData
-
setTable
-
setDataFile
-
finishData
Deprecated.Legacy completion signal (no status / no error detail). PreferonComplete(Completion). -
onComplete
Modern completion signal with status and optional error. Default bridges to the legacyfinishData()for older consumers. -
showProgress
void showProgress(int percent)
-