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