vutbr.checkers.protocol.reply
Class ProtocolReplyUserOutGame

java.lang.Object
  extended by vutbr.checkers.protocol.ProtocolLine
      extended by vutbr.checkers.protocol.ProtocolReply
          extended by vutbr.checkers.protocol.reply.ProtocolReplyUserOutGame

public class ProtocolReplyUserOutGame
extends ProtocolReply

Trida ProtocolReplyUserOutGame

Author:
Ondrej Novy

Field Summary
protected  java.lang.String login
           
 
Constructor Summary
ProtocolReplyUserOutGame(java.lang.String login)
          Konstruktor
 
Method Summary
protected  java.lang.String getCommand()
          Vrati jmeno prikazu
protected  java.lang.String getParam()
          Vrati parametry prikazu
 
Methods inherited from class vutbr.checkers.protocol.ProtocolReply
getType
 
Methods inherited from class vutbr.checkers.protocol.ProtocolLine
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

login

protected java.lang.String login
Constructor Detail

ProtocolReplyUserOutGame

public ProtocolReplyUserOutGame(java.lang.String login)
Konstruktor

Parameters:
login - Login hrace
Method Detail

getCommand

protected java.lang.String getCommand()
Vrati jmeno prikazu

Specified by:
getCommand in class ProtocolLine
Returns:
Jmeno prikazu

getParam

protected java.lang.String getParam()
Vrati parametry prikazu

Specified by:
getParam in class ProtocolLine
Returns:
Parametry prikazu