Module com.aoapps.html.any
Interface OndragendUnexpected<E extends Element<?,?,E> & OndragendUnexpected<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Ondragend<E>
- All Known Implementing Classes:
AnyBASE
,AnyBDO
,AnyBR
,AnyHEAD
,AnyHTML
,AnyINPUT.Hidden
,AnyMETA
,AnyPARAM
,AnySCRIPT
,AnySTYLE
,AnyTITLE
,AnyWBR
@Deprecated
public interface OndragendUnexpected<E extends Element<?,?,E> & OndragendUnexpected<E>>
extends Ondragend<E>
Deprecated.
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.event.Ondragend
Ondragend.ondragend
-
Method Summary
Modifier and TypeMethodDescriptionondragend
(JavaScriptWritable<Ex> ondragend) ondragend
(IOSupplierE<?, Ex> ondragend) default E
-
Method Details
-
ondragend
Deprecated.- Specified by:
ondragend
in interfaceOndragend<E extends Element<?,
?, E> & OndragendUnexpected<E>> - Throws:
IOException
- Since:
- HTML 5
-
ondragend
@Deprecated default <Ex extends Throwable> E ondragend(IOSupplierE<?, Ex> ondragend) throws IOException, ExDeprecated.- Specified by:
ondragend
in interfaceOndragend<E extends Element<?,
?, E> & OndragendUnexpected<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
ondragend
@Deprecated default <Ex extends Throwable> E ondragend(JavaScriptWritable<Ex> ondragend) throws IOException, Ex Deprecated.- Specified by:
ondragend
in interfaceOndragend<E extends Element<?,
?, E> & OndragendUnexpected<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
See HTML Event Attributes.