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

Interface StartStopPanel

src/Graphwar/StartStopPanel.java:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18package Graphwar;
19
20public interface StartStopPanel
21{
22 public void startPanel();
23 public void stopPanel();
24}

Callers 5

setScreenMethod · 0.65
stopMethod · 0.65
setScreenMethod · 0.65
finishGameMessageMethod · 0.65
kickFromGameMethod · 0.65

Implementers 2

GameScreensrc/Graphwar/GameScreen.java
GlobalScreensrc/Graphwar/GlobalScreen.java

Calls

no outgoing calls

Tested by

no test coverage detected