Class ConfigChangeListenerImpl
java.lang.Object
org.summerboot.jexpress.boot.config.ConfigChangeListenerImpl
- All Implemented Interfaces:
ConfigChangeListener
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAfter(File configFile, JExpressConfig cfg, Throwable ex) voidonBefore(File configFile, JExpressConfig cfg)
-
Field Details
-
po
-
-
Constructor Details
-
ConfigChangeListenerImpl
public ConfigChangeListenerImpl()
-
-
Method Details
-
onBefore
- Specified by:
onBeforein interfaceConfigChangeListener
-
onAfter
- Specified by:
onAfterin interfaceConfigChangeListener
-