Module com.aoapps.html.any
Interface Onresize<E extends Element<?,?,E> & Onresize<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
OnresizeUnexpected<E>
- All Known Implementing Classes:
AnyBODY
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiononresize
(JavaScriptWritable<Ex> onresize) onresize
(IOSupplierE<?, Ex> onresize) default E
-
Method Details
-
onresize
- Specified by:
onresize
in interfaceOnresizeUnexpected<E extends Element<?,
?, E> & Onresize<E>> - Throws:
IOException
- Since:
- HTML 5
-
onresize
- Specified by:
onresize
in interfaceOnresizeUnexpected<E extends Element<?,
?, E> & Onresize<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onresize
- Specified by:
onresize
in interfaceOnresizeUnexpected<E extends Element<?,
?, E> & Onresize<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-