// reset business group property manager
this.bgpm = new BusinessGroupPropertyManager(this.businessGroup);
// update reference to update business group object
this.businessGroup = BusinessGroupManagerImpl.getInstance().loadBusinessGroup(this.businessGroup);
main.contextPut("BuddyGroup", this.businessGroup);
TreeModel trMdl = buildTreeModel();
bgTree.setTreeModel(trMdl);
if (bgEditCntrllr == null) {
// change didn't origin by our own edit controller
getWindowControl().setInfo(translate("grouprun.configurationchanged"));
bgTree.setSelectedNodeId(trMdl.getRootNode().getIdent());
mainPanel.setContent(main);
}
} else if (bgmfe.wasMyselfRemoved(identity)) {
//nothing more here!! The message will be created and displayed upon disposing
dispose();//disposed message controller will be set