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
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withOnsuspend
. -
Method Summary
Modifier and TypeMethodDescriptiononsuspend
(JavaScriptWritable<Ex> onsuspend) onsuspend
(IOSupplierE<?, Ex> onsuspend) default E
-
Method Details
-
onsuspend
- Specified by:
onsuspend
in interfaceOnsuspendUnexpected<E extends Element<?,
?, E> & Onsuspend<E>> - Throws:
IOException
- Since:
- HTML 5
-
onsuspend
- Specified by:
onsuspend
in interfaceOnsuspendUnexpected<E extends Element<?,
?, E> & Onsuspend<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onsuspend
- Specified by:
onsuspend
in interfaceOnsuspendUnexpected<E extends Element<?,
?, E> & Onsuspend<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-