public interface Reloadable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Reloadable.ReloadBuilder<B extends Reloadable.ReloadBuilder<B>>
The Interface ReloadBuilder.
|
| Modifier and Type | Method and 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.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a OpenException exceptionCopyright © 2017. All rights reserved.