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

Constructor Index

 o ClientProcessing(ClientThread)

Method Index

 o main(String[])
Only for testing purposes
 o postprocess()
Called after info from the server gets back
 o preprocess()
Called b4 sending info to the server

Constructors

 o ClientProcessing
  public ClientProcessing(ClientThread ct)

Methods

 o postprocess
  public void postprocess()
Called after info from the server gets back
 o preprocess
  public void preprocess()
Called b4 sending info to the server
 o main
  public static void main(String args[])
Only for testing purposes