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