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