Module com.aoapps.html.any
Interface Onload<E extends Element<?,?,E> & Onload<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
OnloadUnexpected<E>
- All Known Implementing Classes:
AnyBODY
,AnyIMG
,AnyINPUT.Dynamic
,AnyINPUT.Image
,AnyLINK
,AnyOBJECT
,AnySCRIPT
,AnySTYLE
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiononload
(JavaScriptWritable<Ex> onload) onload
(IOSupplierE<?, Ex> onload) default E
-
Method Details
-
onload
- Specified by:
onload
in interfaceOnloadUnexpected<E extends Element<?,
?, E> & Onload<E>> - Throws:
IOException
-
onload
- Specified by:
onload
in interfaceOnloadUnexpected<E extends Element<?,
?, E> & Onload<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
onload
- Specified by:
onload
in interfaceOnloadUnexpected<E extends Element<?,
?, E> & Onload<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-