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 classUtility class for working withOnslotchange. -
Method Summary
Modifier and TypeMethodDescriptiononslotchange(JavaScriptWritable<Ex> onslotchange) onslotchange(IOSupplierE<?, Ex> onslotchange) default Eonslotchange(Object onslotchange)
-
Method Details
-
onslotchange
- Specified by:
onslotchangein 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:
onslotchangein interfaceOnslotchangeUnexpected<E extends Element<?,?, E> & Onslotchange<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
onslotchange
default <Ex extends Throwable> E onslotchange(JavaScriptWritable<Ex> onslotchange) throws IOException, Ex - Specified by:
onslotchangein interfaceOnslotchangeUnexpected<E extends Element<?,?, E> & Onslotchange<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
