public RetrieveRouteChanges(
      FragmentActivity context, ProgressDialog progressDialog, LoadTypeEnum loadType) {

    this.context = context;
    this.globalContext = (GlobalEntity) context.getApplicationContext();

    this.progressDialog = progressDialog;
    this.loadType = loadType;

    this.responseHandler = ActivityUtils.getUtfResponseHandler();
  }