638639640641642643644
eventBus.post(new UpIndexStartSyncExternalEvent(config.getLocalDir().getAbsolutePath(), fileCount)); } @Override public void onFinish() { eventBus.post(new UpIndexEndSyncExternalEvent(config.getLocalDir().getAbsolutePath())); }