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(forRemoval=false)
public interface OnmousemoveUnexpected<E extends Element<?,?,E> & OnmousemoveUnexpected<E>>
extends Onmousemove<E>
Deprecated.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.event.Onmousemove
Onmousemove.onmousemove -
Method Summary
Modifier and TypeMethodDescriptiononmousemove(JavaScriptWritable<Ex> onmousemove) onmousemove(IOSupplierE<?, Ex> onmousemove) default Eonmousemove(Object onmousemove)
-
Method Details
-
onmousemove
Deprecated.- Specified by:
onmousemovein interfaceOnmousemove<E extends Element<?,?, E> & OnmousemoveUnexpected<E>> - Throws:
IOException
-
onmousemove
@Deprecated(forRemoval=false) default <Ex extends Throwable> E onmousemove(IOSupplierE<?, Ex> onmousemove) throws IOException, ExDeprecated.- Specified by:
onmousemovein interfaceOnmousemove<E extends Element<?,?, E> & OnmousemoveUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
onmousemove
@Deprecated(forRemoval=false) default <Ex extends Throwable> E onmousemove(JavaScriptWritable<Ex> onmousemove) throws IOException, Ex Deprecated.- Specified by:
onmousemovein interfaceOnmousemove<E extends Element<?,?, E> & OnmousemoveUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-

See HTML Event Attributes.