Module com.aoapps.html.any
Interface Onsuspend<E extends Element<?,?,E> & Onsuspend<E>>
- Type Parameters:
E- This element type
- All Superinterfaces:
OnsuspendUnexpected<E>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withOnsuspend. -
Method Summary
Modifier and TypeMethodDescriptiononsuspend(JavaScriptWritable<Ex> onsuspend) onsuspend(IOSupplierE<?, Ex> onsuspend) default E
-
Method Details
-
onsuspend
- Specified by:
onsuspendin interfaceOnsuspendUnexpected<E extends Element<?,?, E> & Onsuspend<E>> - Throws:
IOException- Since:
- HTML 5
-
onsuspend
- Specified by:
onsuspendin interfaceOnsuspendUnexpected<E extends Element<?,?, E> & Onsuspend<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
onsuspend
- Specified by:
onsuspendin interfaceOnsuspendUnexpected<E extends Element<?,?, E> & Onsuspend<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
