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