Module com.aoapps.html.any
Interface Onprogress<E extends Element<?,?,E> & Onprogress<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
OnprogressUnexpected<E>
public interface Onprogress<E extends Element<?,?,E> & Onprogress<E>>
extends OnprogressUnexpected<E>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withOnprogress
. -
Method Summary
Modifier and TypeMethodDescriptiononprogress
(JavaScriptWritable<Ex> onprogress) onprogress
(IOSupplierE<?, Ex> onprogress) default E
onprogress
(Object onprogress)
-
Method Details
-
onprogress
- Specified by:
onprogress
in interfaceOnprogressUnexpected<E extends Element<?,
?, E> & Onprogress<E>> - Throws:
IOException
- Since:
- HTML 5
-
onprogress
- Specified by:
onprogress
in interfaceOnprogressUnexpected<E extends Element<?,
?, E> & Onprogress<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onprogress
default <Ex extends Throwable> E onprogress(JavaScriptWritable<Ex> onprogress) throws IOException, Ex - Specified by:
onprogress
in interfaceOnprogressUnexpected<E extends Element<?,
?, E> & Onprogress<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-