cz.cuni.amis.pogamut.udk.communication.messages.gbcommands
Class StopRecord

Package class diagram package StopRecord
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
      extended by cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.StopRecord

public class StopRecord
extends CommandMessage

Will stop recording a demo. Is confirmed by RECEND message. Corresponding GameBots command is STOPREC.


Constructor Summary
StopRecord()
          Creates new instance of command StopRecord.
StopRecord(StopRecord original)
          Cloning constructor.
 
Method Summary
 String toHtmlString()
           
 String toMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopRecord

public StopRecord()
Creates new instance of command StopRecord. Will stop recording a demo. Is confirmed by RECEND message. Corresponding GameBots message for this command is STOPREC.


StopRecord

public StopRecord(StopRecord original)
Cloning constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class CommandMessage

toHtmlString

public String toHtmlString()

toMessage

public String toMessage()


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