package onlab.kvizclient; public interface ServerConnection { public void onConnect(int serverNumber); public void onDisconnect(); }