Package org.tmatesoft.hg.internal

Examples of org.tmatesoft.hg.internal.IterateControlMediator


      }
    }

    public void start(int count, Callback callback, Object token) {
      CancelSupport cs = CancelSupport.Factory.get(inspector, null);
      iterateControl = new IterateControlMediator(cs, callback);
      progressHelper.start(count);
    }
View Full Code Here

TOP

Related Classes of org.tmatesoft.hg.internal.IterateControlMediator

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.