currentPolicy.addPropertyChangeListener((ChangeListModel) policyIPoliciesLst.getModel());
currentPolicies = dbModel.getIPolicies();
}
PolicyModel prevPolicy = (PolicyModel) evt.getOldValue();
if (prevPolicy != null) {
prevPolicy.removePropertyChangeListener(policyPcl);
}
fillPolicyGUI();
} else {
ActionFactory.get(ActionKey.POLICY_CHOOSEFB).setEnabled(false);
}