Interface ConfigListener
public interface ConfigListener
You can register this event to the configuration-system.
Everytime when something changes, this events get fired! On the initial configuration-reading during the startup, it will
only fire a the end.
Be aware that this event get fired async
-
Method Summary
-
Method Details
-
onConfigChanged
void onConfigChanged()
-