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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withOndurationchange. -
Method Summary
Modifier and TypeMethodDescriptionondurationchange(JavaScriptWritable<Ex> ondurationchange) ondurationchange(IOSupplierE<?, Ex> ondurationchange) default Eondurationchange(Object ondurationchange)
-
Method Details
-
ondurationchange
- Specified by:
ondurationchangein 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:
ondurationchangein interfaceOndurationchangeUnexpected<E extends Element<?,?, E> & Ondurationchange<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
ondurationchange
default <Ex extends Throwable> E ondurationchange(JavaScriptWritable<Ex> ondurationchange) throws IOException, Ex - Specified by:
ondurationchangein interfaceOndurationchangeUnexpected<E extends Element<?,?, E> & Ondurationchange<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
