Methapolis  0.27
 All Classes Namespaces Files Functions Variables Enumerator
micropolisj.network.RemoteClient Class Reference
Inheritance diagram for micropolisj.network.RemoteClient:
Collaboration diagram for micropolisj.network.RemoteClient:

Public Member Functions

 RemoteClient (String ip) throws RemoteException
PlayerInfo getPlayerInfo ()
int getID ()
void sendInput (PlayerInput input)
MapInfo getMap ()
String getIP ()

Private Attributes

transient IMicropolisServer server
String IP
int playerID

Detailed Description

Definition at line 12 of file RemoteClient.java.

Constructor & Destructor Documentation

micropolisj.network.RemoteClient.RemoteClient ( String  ip) throws RemoteException

Member Function Documentation

int micropolisj.network.RemoteClient.getID ( )
String micropolisj.network.RemoteClient.getIP ( )
MapInfo micropolisj.network.RemoteClient.getMap ( )

Definition at line 62 of file RemoteClient.java.

References micropolisj.network.IMicropolisServer.getLatestMap(), and micropolisj.network.RemoteClient.server.

Referenced by micropolisj.network.ClientMicropolis.animate().

Here is the call graph for this function:

PlayerInfo micropolisj.network.RemoteClient.getPlayerInfo ( )
void micropolisj.network.RemoteClient.sendInput ( PlayerInput  input)

Member Data Documentation

String micropolisj.network.RemoteClient.IP
private

The documentation for this class was generated from the following file: