Refactor:Network Structure
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
package it.polimi.ingsw.gc14.Network.Client.RMI;
|
||||
|
||||
public class RMIClient {
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
package it.polimi.ingsw.gc14.Network.Server.RMI;
|
||||
|
||||
public class RMIServer {
|
||||
public void Test(String[]args)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package it.polimi.ingsw.gc14.Network.Client.TCP;
|
||||
package it.polimi.ingsw.gc14.Network.TCP.Client;
|
||||
|
||||
import it.polimi.ingsw.gc14.View.IView;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package it.polimi.ingsw.gc14.Network;
|
||||
package it.polimi.ingsw.gc14.Network.TCP;
|
||||
|
||||
public enum EventType {
|
||||
ADD_PLAYER,
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package it.polimi.ingsw.gc14.Network;
|
||||
package it.polimi.ingsw.gc14.Network.TCP;
|
||||
|
||||
import it.polimi.ingsw.gc14.Controller.GameController;
|
||||
|
||||
+3
-3
@@ -1,8 +1,8 @@
|
||||
package it.polimi.ingsw.gc14.Network.NetworkEvents;
|
||||
package it.polimi.ingsw.gc14.Network.TCP.NetworkEvents;
|
||||
|
||||
import it.polimi.ingsw.gc14.Controller.GameController;
|
||||
import it.polimi.ingsw.gc14.Network.EventType;
|
||||
import it.polimi.ingsw.gc14.Network.NetworkEvent;
|
||||
import it.polimi.ingsw.gc14.Network.TCP.EventType;
|
||||
import it.polimi.ingsw.gc14.Network.TCP.NetworkEvent;
|
||||
import it.polimi.ingsw.gc14.View.IView;
|
||||
|
||||
import java.io.Serializable;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package it.polimi.ingsw.gc14.Network.Server.TCP;
|
||||
package it.polimi.ingsw.gc14.Network.TCP.Server;
|
||||
|
||||
import it.polimi.ingsw.gc14.Controller.GameController;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package it.polimi.ingsw.gc14.Network.Server.TCP;
|
||||
package it.polimi.ingsw.gc14.Network.TCP.Server;
|
||||
|
||||
import it.polimi.ingsw.gc14.Controller.GameController;
|
||||
|
||||
Reference in New Issue
Block a user