All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jeesuite.confcenter.ConfigChangeHanlder Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
package com.jeesuite.confcenter;

import java.util.Map;

public interface ConfigChangeHanlder {

	public void onConfigChanged(Map changedConfigs);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy