279280281282283284285286287288289
descriptors.add(descriptor); // Update any UI that needs to be notified that a tunnel was // created if (shouldShowTunnelInformation) { callBack.displayCaldecottTunnelConnections(cloudServer, descriptors); } return descriptor; }