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

com.googlecode.gwtphonegap.client.file.FileTransferProgressEvent Maven / Gradle / Ivy

The newest version!
package com.googlecode.gwtphonegap.client.file;

public interface FileTransferProgressEvent {
	
	public boolean isLengthComputable();
	
	public long getLoadedBytes();
	
	public long getTotalBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy