MCPcopy Create free account
hub / github.com/catabriga/graphwar / stop

Method stop

src/Graphwar/Graphwar.java:103–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

finalizeMethod · 0.80
disconnectMethod · 0.45

Tested by

no test coverage detected