cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages
Class TCInfoTeamChannelDestroyed

Package class diagram package TCInfoTeamChannelDestroyed
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCMessageData
      extended by cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCInfoData
          extended by cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages.TCInfoTeamChannelDestroyed
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 TCInfoTeamChannelDestroyed
extends TCInfoData

See Also:
Serialized Form

Field Summary
static cz.cuni.amis.utils.token.IToken MESSAGE_TYPE
           
 
Constructor Summary
TCInfoTeamChannelDestroyed(long requestId, long simTime)
           
 
Method Summary
 int getChannelId()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getDestroyer()
           
 void setChannelId(int channelId)
           
 void setDestroyer(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId destroyer)
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCInfoData
getRequestId
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCMessageData
getMessageType, getSimTime, setMessageType, setSimTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE_TYPE

public static final cz.cuni.amis.utils.token.IToken MESSAGE_TYPE
Constructor Detail

TCInfoTeamChannelDestroyed

public TCInfoTeamChannelDestroyed(long requestId,
                                  long simTime)
Method Detail

getDestroyer

public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getDestroyer()

setDestroyer

public void setDestroyer(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId destroyer)

getChannelId

public int getChannelId()

setChannelId

public void setChannelId(int channelId)

toString

public String toString()
Overrides:
toString in class TCInfoData


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