cz.cuni.amis.pogamut.udk.communication.translator.shared.events
Class PlayerListObtained

Package class diagram package PlayerListObtained
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
      extended by cz.cuni.amis.pogamut.udk.communication.translator.shared.events.PlayerListObtained
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, cz.cuni.amis.utils.listener.Event

public class PlayerListObtained
extends WorldEventIdentityWrapper


Constructor Summary
PlayerListObtained(List<Player> list)
           
 
Method Summary
 List<Player> getPlayers()
           
 long getSimTime()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getWorldEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayerListObtained

public PlayerListObtained(List<Player> list)
Method Detail

getPlayers

public List<Player> getPlayers()

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface IWorldChangeEvent
Specified by:
getSimTime in interface IWorldEvent
Specified by:
getSimTime in class WorldEventIdentityWrapper

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.