Examples of UpEndSyncExternalEvent


Examples of org.syncany.operations.daemon.messages.UpEndSyncExternalEvent

  private void fireStartEvent() {
    eventBus.post(new UpStartSyncExternalEvent(config.getLocalDir().getAbsolutePath()));   
  }

  private void fireEndEvent() {
    eventBus.post(new UpEndSyncExternalEvent(config.getLocalDir().getAbsolutePath(), result.getResultCode(), result.getChangeSet()));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.