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