vooga.network.ingame
Interface INetworkObjectReceiver

All Known Implementing Classes:
NetworkController

public interface INetworkObjectReceiver

Interface for vooga game facilitates receiving messages for VoogaGameSessionClient

Author:
sam1, tws10, tgr3

Method Summary
 void receiveObject(java.lang.Object object)
          Performs the appropriate action when an Object has been received from the server.
 

Method Detail

receiveObject

void receiveObject(java.lang.Object object)
Performs the appropriate action when an Object has been received from the server.

Parameters:
object -