Package ar.com.AmberSoft.iEvenTask.events

Examples of ar.com.AmberSoft.iEvenTask.events.BackgroundEventDetectFilesProcess


  }

  @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;
View Full Code Here

TOP

Related Classes of ar.com.AmberSoft.iEvenTask.events.BackgroundEventDetectFilesProcess

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.