Reloadable.ReloadBuilder<B>public interface Reloadable
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Reloadable.ReloadBuilder<B extends Reloadable.ReloadBuilder<B>> |
The Interface ReloadBuilder.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
reload() |
Reloads the (state of the) component.
|
default void |
reloadUnchecked() |
Reloads the component by calling
reload() without you to require
catching a OpenException. |
void reload()
throws OpenException
OpenException - in case reloading failed as of some reason.default void reloadUnchecked()
reload() without you to require
catching a OpenException.OpenException.OpenRuntimeException - encapsulates the cause and is thrown upon
encountering a OpenException exceptionCopyright © 2018. All rights reserved.