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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiononresize(JavaScriptWritable<Ex> onresize) onresize(IOSupplierE<?, Ex> onresize) default E
-
Method Details
-
onresize
- Specified by:
onresizein interfaceOnresizeUnexpected<E extends Element<?,?, E> & Onresize<E>> - Throws:
IOException- Since:
- HTML 5
-
onresize
- Specified by:
onresizein interfaceOnresizeUnexpected<E extends Element<?,?, E> & Onresize<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
onresize
- Specified by:
onresizein interfaceOnresizeUnexpected<E extends Element<?,?, E> & Onresize<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
