// update ui
this.tabs.remove(index);
this.view.updateUI();
// create and send event (closing of new aif)
if(tabId >= 0 && this.parameter != null && this.parameter.userInterface != null) {
UIEventCloseAIF event = new UIEventCloseAIF(tabId);
this.parameter.userInterface.addEvent(event);
}
}