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