The network engin is working now. Added some new Message types

This commit is contained in:
Ziver Koc 2007-06-09 14:26:48 +00:00
parent c0bf13e493
commit cbd673472f
11 changed files with 184 additions and 106 deletions

View file

@ -18,6 +18,7 @@ public class EchoWorker extends Worker {
}
// Return to sender
System.out.println("Recived Msg: "+dataEvent.data);
dataEvent.network.send(dataEvent.socket, dataEvent.data);
}
}