All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.king.platform.net.http.UploadCallbackAdapter Maven / Gradle / Ivy

There is a newer version: 3.0.26
Show newest version
package com.king.platform.net.http;


public interface UploadCallbackAdapter extends UploadCallback {
	@Override
	default void onStartedUpload(long contentLength) {

	}

	@Override
	default void onProgress(int percentageCompleted, long writeLength, long contentLength) {

	}

	@Override
	default void onCompletedUpload(long writeLength, long contentLength) {

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy