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