Module com.aoapps.html.any
Interface Onoffline<E extends Element<?,?,E> & Onoffline<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyBODY
public interface Onoffline<E extends Element<?,?,E> & Onoffline<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withOnoffline
. -
Method Summary
Modifier and TypeMethodDescriptiononoffline
(JavaScriptWritable<Ex> onoffline) onoffline
(IOSupplierE<?, Ex> onoffline) default E
-
Method Details
-
onoffline
- Throws:
IOException
- Since:
- HTML 5
-
onoffline
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onoffline
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-