110111112113114115116117
applicationConfigs.add(config); saveConfig(); } /* fire the NewApplicationEvent if this is not a cluster which has been added */ if(!config.isCluster()){ EventSystem.getInstance().fireEvent(new NewApplicationEvent(config)); } }