Module com.aoapps.html.any
Interface Onafterprint<E extends Element<?,?,E> & Onafterprint<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyBODY
public interface Onafterprint<E extends Element<?,?,E> & Onafterprint<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withOnafterprint
. -
Method Summary
Modifier and TypeMethodDescriptiononafterprint
(JavaScriptWritable<Ex> onafterprint) onafterprint
(IOSupplierE<?, Ex> onafterprint) default E
onafterprint
(Object onafterprint)
-
Method Details
-
onafterprint
- Throws:
IOException
- Since:
- HTML 5
-
onafterprint
default <Ex extends Throwable> E onafterprint(IOSupplierE<?, Ex> onafterprint) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onafterprint
default <Ex extends Throwable> E onafterprint(JavaScriptWritable<Ex> onafterprint) throws IOException, Ex - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-