cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages
Class TCInfoBotLeft
java.lang.Object
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCMessageData
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCInfoData
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages.TCInfoBotLeft
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event, Serializable
public class TCInfoBotLeft
- extends TCInfoData
- See Also:
- Serialized Form
|
Field Summary |
static cz.cuni.amis.utils.token.IToken |
MESSAGE_TYPE
|
|
Method Summary |
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getBotId()
|
int |
getTeam()
May be 'negative' in case that the team is unknown (due to internal TCMinaServer error ... |
void |
setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
Who has left the TC server. |
void |
setTeam(int team)
|
String |
toString()
|
MESSAGE_TYPE
public static final cz.cuni.amis.utils.token.IToken MESSAGE_TYPE
TCInfoBotLeft
public TCInfoBotLeft(long requestId,
long simTime)
getBotId
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
setBotId
public void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
- Who has left the TC server.
May be 'null' in case that it is uknown (due to internal TCMinaServer error ... should not happen at all...).
- Parameters:
botId -
getTeam
public int getTeam()
- May be 'negative' in case that the team is unknown (due to internal TCMinaServer error ... should not happen at all...).
- Returns:
setTeam
public void setTeam(int team)
toString
public String toString()
- Overrides:
toString in class TCInfoData
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.