Class ConfigurationChangeEvent


  • public class ConfigurationChangeEvent
    extends Object
    • Constructor Detail

      • ConfigurationChangeEvent

        public ConfigurationChangeEvent​(String path,
                                        org.webswing.server.common.model.SecuredPathConfig newConfig)
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getNewConfig

        public org.webswing.server.common.model.SecuredPathConfig getNewConfig()
      • setNewConfig

        public void setNewConfig​(org.webswing.server.common.model.SecuredPathConfig newConfig)