mud.client.messages
Class MoveRequest

java.lang.Object
  extended by mud.client.messages.MoveRequest
All Implemented Interfaces:
Message

public class MoveRequest
extends java.lang.Object
implements Message


Constructor Summary
MoveRequest(int x, int y)
           
 
Method Summary
 void execute(ServerConnection con)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveRequest

public MoveRequest(int x,
                   int y)
Method Detail

execute

public void execute(ServerConnection con)
             throws InvalidSecurityToken,
                    AuthenticationException
Specified by:
execute in interface Message
Throws:
InvalidSecurityToken
AuthenticationException