sjrd.tricktakinggame.network.client
Interface RemoteGame.Updater

All Known Implementing Classes:
ServerCommander
Enclosing class:
RemoteGame

public static interface RemoteGame.Updater

Gestionnaire de mise à jour d'un jeu à distance

Author:
sjrd

Method Summary
 void updateGame(RemoteGame game)
          Met à jour un jeu à distance
 

Method Detail

updateGame

void updateGame(RemoteGame game)
                throws IOException
Met à jour un jeu à distance

Parameters:
game - Jeu à mettre à jour
Throws:
IOException