msgStatistic.decrement(updateInfo.getPreviousState(), 1);
msgStatistic.increment(updateInfo.getTransUnit().getStatus(), 1);
wordStatistic.decrement(updateInfo.getPreviousState(),
updateInfo.getSourceWordCount());
wordStatistic.increment(updateInfo.getTransUnit().getStatus(),
updateInfo.getSourceWordCount());
}
@Override
public void onUserConfigChanged(UserConfigChangeEvent event) {