Package org.xnap.commons.io

Examples of org.xnap.commons.io.NullProgressMonitor


    @Override
    public void run()
    {
      Job<StatusResponse> ioJob = new StatusUpdateJob();
      try {
        StatusResponse response = ioJob.run(new NullProgressMonitor());
        JHylaFAX.getInstance().updateTables(response);
      }
      catch (Exception e) {
        logger.warn("Error during auto status update", e);
      }
View Full Code Here

TOP

Related Classes of org.xnap.commons.io.NullProgressMonitor

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.