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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withOnpagehide. -
Method Summary
Modifier and TypeMethodDescriptiononpagehide(JavaScriptWritable<Ex> onpagehide) onpagehide(IOSupplierE<?, Ex> onpagehide) default Eonpagehide(Object onpagehide)
-
Method Details
-
onpagehide
- Throws:
IOException- Since:
- HTML 5
-
onpagehide
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- 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:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
