cz.cuni.pogamut.server.requests
Class UTServerRequestPlayers

java.lang.Object
  extended by cz.cuni.pogamut.server.requests.UTServerRequest
      extended by cz.cuni.pogamut.server.requests.UTServerRequestPlayers

public class UTServerRequestPlayers
extends UTServerRequest

Request to refresh the informations about the gb server, you may call 'waitForInformations()' to await on the latch for this operation to finish.


Field Summary
 
Fields inherited from class cz.cuni.pogamut.server.requests.UTServerRequest
origin, type
 
Constructor Summary
UTServerRequestPlayers()
           
 
Method Summary
 
Methods inherited from class cz.cuni.pogamut.server.requests.UTServerRequest
getOrigin, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTServerRequestPlayers

public UTServerRequestPlayers()