Class ClientProcessing
Class ClientProcessing
java.lang.Object
|
+----ClientProcessing
- public class ClientProcessing
- extends Object
- Version:
- 1.0
Class for edit things every turn
- Author:
- Nicklas Hjalmarsson
-
ClientProcessing(ClientThread)
-
-
main(String[])
- Only for testing purposes
-
postprocess()
- Called after info from the server gets back
-
preprocess()
- Called b4 sending info to the server
ClientProcessing
public ClientProcessing(ClientThread ct)
postprocess
public void postprocess()
- Called after info from the server gets back
preprocess
public void preprocess()
- Called b4 sending info to the server
main
public static void main(String args[])
- Only for testing purposes