Module com.aoapps.html.any
Interface Onstorage<E extends Element<?,?,E> & Onstorage<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyBODY
public interface Onstorage<E extends Element<?,?,E> & Onstorage<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiononstorage
(JavaScriptWritable<Ex> onstorage) onstorage
(IOSupplierE<?, Ex> onstorage) default E
-
Method Details
-
onstorage
- Throws:
IOException
- Since:
- HTML 5
-
onstorage
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onstorage
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-