This commit is contained in:
Jan Gabriel Kunze 2019-07-31 17:54:32 +02:00
parent 5b508a11ca
commit 223f88130d

View File

@ -40,11 +40,11 @@ public class CommandAnnehmen implements CommandInterface
public void execute()
{
{
model.annehmen();
model.anrufAnnehmen();
try
{
//s = new Socket(model.getMyIPAdress(),model.getMyPort());
view.getTxtArea().append("Socket geöffnet");
//view.getTxtArea().append("Socket geöffnet");
//istream = s.getInputStream();
//System.out.println(istream);