mud.client.messages
Class AttackRequest

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

public class AttackRequest
extends java.lang.Object
implements Message


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

Constructor Detail

AttackRequest

public AttackRequest()
Method Detail

execute

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