Interface ConfigurationUpdateHandler

  • All Known Implementing Classes:
    ConfigurationServiceImpl

    public interface ConfigurationUpdateHandler
    Created by vikto on 26-May-17.
    • Method Detail

      • notifyConfigChanged

        void notifyConfigChanged​(String path,
                                 org.webswing.server.common.model.SecuredPathConfig newCfg)
      • notifyConfigDeleted

        void notifyConfigDeleted​(String path)