Added receive function to client interface.
This commit is contained in:
@@ -4,5 +4,6 @@ public interface Client {
|
||||
public void setClientData(ClientInformation clientData);
|
||||
public void createConnection();
|
||||
public void sendData(Data data);
|
||||
public void receiveData();
|
||||
public void closeConnection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user