Module com.aoapps.html.any
Interface OnmousemoveUnexpected<E extends Element<?,?,E> & OnmousemoveUnexpected<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Onmousemove<E>
- All Known Implementing Classes:
AnyBASE
,AnyBDO
,AnyBR
,AnyHEAD
,AnyHTML
,AnyINPUT.Hidden
,AnyMETA
,AnyPARAM
,AnySCRIPT
,AnySTYLE
,AnyTITLE
,AnyWBR
@Deprecated
public interface OnmousemoveUnexpected<E extends Element<?,?,E> & OnmousemoveUnexpected<E>>
extends Onmousemove<E>
Deprecated.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiononmousemove
(JavaScriptWritable<Ex> onmousemove) onmousemove
(IOSupplierE<?, Ex> onmousemove) default E
onmousemove
(Object onmousemove)
-
Method Details
-
onmousemove
Deprecated.- Specified by:
onmousemove
in interfaceOnmousemove<E extends Element<?,
?, E> & OnmousemoveUnexpected<E>> - Throws:
IOException
-
onmousemove
@Deprecated default <Ex extends Throwable> E onmousemove(IOSupplierE<?, Ex> onmousemove) throws IOException, ExDeprecated.- Specified by:
onmousemove
in interfaceOnmousemove<E extends Element<?,
?, E> & OnmousemoveUnexpected<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
onmousemove
@Deprecated default <Ex extends Throwable> E onmousemove(JavaScriptWritable<Ex> onmousemove) throws IOException, Ex Deprecated.- Specified by:
onmousemove
in interfaceOnmousemove<E extends Element<?,
?, E> & OnmousemoveUnexpected<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
See HTML Event Attributes.