001package gwt.material.design.jscore.client.api.file; 002 003import jsinterop.annotations.JsPackage; 004import jsinterop.annotations.JsProperty; 005import jsinterop.annotations.JsType; 006 007@JsType(isNative = true, namespace = JsPackage.GLOBAL) 008public class ProgressEvent { 009 010 @JsProperty 011 public FileReader target; 012}