}
@Override
public Map onEmulate(Map params) {
Map<Integer, BackgroundEventDetectProcess> activeProcesses = new HashMap<Integer, BackgroundEventDetectProcess>();
activeProcesses.put(1, new BackgroundEventDetectFilesProcess(null));
Map map = new HashMap();
map.put(ParamsConst.PROCESS, activeProcesses);
return map;