()
| 101 | } |
| 102 | |
| 103 | public void stop() |
| 104 | { |
| 105 | globalClient.stop(); |
| 106 | gameData.disconnect(); |
| 107 | graphUI.stop(); |
| 108 | |
| 109 | if(gameServer != null) |
| 110 | { |
| 111 | gameServer.finalize(); |
| 112 | gameServer = null; |
| 113 | } |
| 114 | } |
| 115 | |
| 116 | public void destroy() |
| 117 | { |
nothing calls this directly
no test coverage detected