Module com.aoapps.html.any
Interface OncutUnexpected<E extends Element<?,?,E> & OncutUnexpected<E>>  
- Type Parameters:
- E- This element type
- All Superinterfaces:
- Oncut<E>
- All Known Implementing Classes:
- AnyBASE,- AnyBDO,- AnyBR,- AnyHEAD,- AnyHTML,- AnyINPUT.Hidden,- AnyMETA,- AnyPARAM,- AnySCRIPT,- AnySTYLE,- AnyTITLE,- AnyWBR
@Deprecated(forRemoval=false)
public interface OncutUnexpected<E extends Element<?,?,E> & OncutUnexpected<E>>  
extends Oncut<E>
Deprecated.
- Author:
- AO Industries, Inc.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.aoapps.html.any.attributes.event.OncutOncut.oncut
- 
Method SummaryModifier and TypeMethodDescriptiononcut(JavaScriptWritable<Ex> oncut) oncut(IOSupplierE<?, Ex> oncut) default E
- 
Method Details- 
oncutDeprecated.- Specified by:
- oncutin interface- Oncut<E extends Element<?,- ?, - E> & OncutUnexpected<E>> 
- Throws:
- IOException
 
- 
oncut@Deprecated(forRemoval=false) default <Ex extends Throwable> E oncut(IOSupplierE<?, Ex> oncut) throws IOException, ExDeprecated.- Specified by:
- oncutin interface- Oncut<E extends Element<?,- ?, - E> & OncutUnexpected<E>> 
- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- Throws:
- IOException
- Ex
- See Also:
 
- 
oncut@Deprecated(forRemoval=false) default <Ex extends Throwable> E oncut(JavaScriptWritable<Ex> oncut) throws IOException, Ex Deprecated.- Specified by:
- oncutin interface- Oncut<E extends Element<?,- ?, - E> & OncutUnexpected<E>> 
- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- Throws:
- IOException
- Ex
- See Also:
 
 
- 


See HTML Event Attributes.