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

com.sendsafely.progress.DefaultProgress Maven / Gradle / Ivy

package com.sendsafely.progress;

import com.sendsafely.ProgressInterface;

public class DefaultProgress implements ProgressInterface {

	@Override
	public void updateProgress(String fileId, double progress) {
		// Do nothing
	}

	@Override
	public void gotFileId(String fileId) {
		// Do nothing
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy