
com.googlecode.gwtphonegap.client.file.FileTransferProgressEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwtphonegap Show documentation
Show all versions of gwtphonegap Show documentation
A GWT Wrapper for the PhoneGap Javascript Library
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