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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withOnafterprint. -
Method Summary
Modifier and TypeMethodDescriptiononafterprint(JavaScriptWritable<Ex> onafterprint) onafterprint(IOSupplierE<?, Ex> onafterprint) default Eonafterprint(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:
IOExceptionEx- 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:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
