currentReceiverList.addPropertyChangeListener(listPcl);
currentReceiverList.addPropertyChangeListener((ChangeListModel) listReceiverListsLst.getModel());
listReceiverListsLst.setSelectedValue(currentReceiverList, true);
ReceiverListModel prevApplication = (ReceiverListModel) evt.getOldValue();
if (prevApplication != null) {
prevApplication.removePropertyChangeListener(listPcl);
}
fillReceiverListGUI();
} else if (propName.equals("editingStopped")) {
ReceiverModel rm = (ReceiverModel) listReceiversLst.getSelectedValue();
rm.setName(editorComp.getText());