Package elemental2.dom
Interface FileReader.OnprogressFn
-
- Enclosing class:
- FileReader
@JsFunction public static interface FileReader.OnprogressFn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
onInvoke(ProgressEvent<FileReader> p0)
-
-
-
Method Detail
-
onInvoke
java.lang.Object onInvoke(ProgressEvent<FileReader> p0)
-
-