public interface Flushable extends Flushable
Flushable interface to lift it onto the component's layer.
ATTENTION: When implementing flush functionality, use this Flushable,
though when testing for reset functionality, use Flushable
(instanceof)!
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Flushable.FlushBuilder<B extends Flushable.FlushBuilder<B>>
The Interface FlushBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
default void |
flushUnchecked()
Flushes the component by calling
flush() without you to require
catching a OpenException. |
void flush()
throws OpenException
flush in interface FlushableOpenExceptiondefault void flushUnchecked()
flush() without you to require
catching a OpenException.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a OpenException exceptionCopyright © 2017. All rights reserved.