if(currentPath != null) {
this.currentPath = currentPath;
}
activeScanCompletedCount = completedCount;
activeScanTotalCount = totalCount;
eventManager.fireEvent(new ScanStatusChangeEvent(this, this.currentPath, scanStatus, activeScanCompletedCount, activeScanTotalCount));
}