mud.client.messages
Class UseRequest

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

public class UseRequest
extends java.lang.Object
implements Message


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

Constructor Detail

UseRequest

public UseRequest(int itemId)
Method Detail

execute

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