public class SendController extends Object
Constructor and Description |
---|
SendController() |
Modifier and Type | Method and Description |
---|---|
void |
startServer(int port,
Cell[][] cells,
String password,
String properties,
Observer observer)
Method that will create a new server and will start the connection
|
public SendController()
public void startServer(int port, Cell[][] cells, String password, String properties, Observer observer)
port
- connection port of the cellscells
- value that will be shared throw networkpassword
- the connection passwordobserver
- the observer class