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