()
| 70 | } |
| 71 | |
| 72 | public void cmdOk() { |
| 73 | String server = serverName.getValue(); |
| 74 | if (server.length() == 0) { |
| 75 | server = null; |
| 76 | } |
| 77 | if (server != null) { |
| 78 | disco.OkNotify(server); |
| 79 | } |
| 80 | |
| 81 | destroyView(); |
| 82 | } |
| 83 | |
| 84 | public interface ServiceNotify { |
| 85 |
nothing calls this directly
no test coverage detected