Package ch.kk7.confij.pipeline.reload
Class ConfijReloadNotifier.AtomicReferenceReloadHandler<X>
java.lang.Object
ch.kk7.confij.pipeline.reload.ConfijReloadNotifier.AtomicReferenceReloadHandler<X>
- All Implemented Interfaces:
ConfijReloadHandler<X>
- Enclosing interface:
- ConfijReloadNotifier<T>
public static class ConfijReloadNotifier.AtomicReferenceReloadHandler<X> extends java.lang.Object implements ConfijReloadHandler<X>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.kk7.confij.pipeline.reload.ConfijReloadHandler
ConfijReloadHandler.ReloadEvent<X> -
Constructor Summary
Constructors Constructor Description AtomicReferenceReloadHandler(X obj) -
Method Summary
Modifier and Type Method Description voidonReload(ConfijReloadHandler.ReloadEvent<X> reloadEvent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AtomicReferenceReloadHandler
-
-
Method Details
-
onReload
- Specified by:
onReloadin interfaceConfijReloadHandler<X>
-