Module org.github.gestalt.core
Package org.github.gestalt.config.reload
Interface CoreReloadListener
-
- All Known Implementing Classes:
GestaltCache
public interface CoreReloadListenerListener for core reload events. Core reload events are triggered when one or more of the config reloads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreload()Called when the core configs have been reloaded.
-