Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
//Csaba
package battleship.Events;
import battleship.Networking.ServerAddress;
/**
*
* @author nycs0
*/
public interface JoinGUIEvent {
void onConnect(ServerAddress serverAddress);
}