Class ConfigurationChangeEvent
- java.lang.Object
-
- org.webswing.server.services.config.ConfigurationChangeEvent
-
public class ConfigurationChangeEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationChangeEvent(String path, org.webswing.server.common.model.SecuredPathConfig newConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.webswing.server.common.model.SecuredPathConfiggetNewConfig()StringgetPath()voidsetNewConfig(org.webswing.server.common.model.SecuredPathConfig newConfig)voidsetPath(String path)
-
-
-
Constructor Detail
-
ConfigurationChangeEvent
public ConfigurationChangeEvent(String path, org.webswing.server.common.model.SecuredPathConfig newConfig)
-
-