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