}
bindnetaddr = iface.getBindnetaddr();
addr = addrWidget.getStringValue();
port = portWidget.getStringValue();
}
aisCastAddresses.add(new AisCastAddress(type.getValueForConfig(), bindnetaddr, addr, port));
updateConfigPanelEditable(true);
checkInterface();
}