Lines Matching refs:progress
31 * ProgressEvent represents an progress event in monitering network input stream.
44 private long progress;
53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) {
58 this.progress = progress;
64 * Return URL related to the progress.
88 * Return current progress value.
92 return progress;
96 * Return expected maximum progress value; -1 if expected is unknown.
111 + ", content-type=" + contentType + ", progress=" + progress + ", expected=" + expected + "]";