Module com.aoapps.html.any
Interface Onloadstart<E extends Element<?,?,E> & Onloadstart<E>>
- Type Parameters:
E- This element type
- All Superinterfaces:
OnloadstartUnexpected<E>
public interface Onloadstart<E extends Element<?,?,E> & Onloadstart<E>>
extends OnloadstartUnexpected<E>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withOnloadstart. -
Method Summary
Modifier and TypeMethodDescriptiononloadstart(JavaScriptWritable<Ex> onloadstart) onloadstart(IOSupplierE<?, Ex> onloadstart) default Eonloadstart(Object onloadstart)
-
Method Details
-
onloadstart
- Specified by:
onloadstartin interfaceOnloadstartUnexpected<E extends Element<?,?, E> & Onloadstart<E>> - Throws:
IOException- Since:
- HTML 5
-
onloadstart
- Specified by:
onloadstartin interfaceOnloadstartUnexpected<E extends Element<?,?, E> & Onloadstart<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
onloadstart
default <Ex extends Throwable> E onloadstart(JavaScriptWritable<Ex> onloadstart) throws IOException, Ex - Specified by:
onloadstartin interfaceOnloadstartUnexpected<E extends Element<?,?, E> & Onloadstart<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
