net.sf.wallace.messages
Class RenameMessage
java.lang.Object
net.sf.wallace.messages.AbstractMessage
net.sf.wallace.messages.RenameMessage
- All Implemented Interfaces:
- ClientMessage
public final class RenameMessage
- extends AbstractMessage
A RENAME command.
- Author:
- rnewson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenameMessage
public RenameMessage()
setFrom
public void setFrom(String newFrom)
getFrom
public String getFrom()
setTo
public void setTo(String newTo)
getTo
public String getTo()
getCommand
public Command getCommand()
- Description copied from interface:
ClientMessage
- Return a command object capable of processing this message.
This is generally implemented as an inner class. If so, care must be
taken to use the client message parameter, and not access the outer
Message instance.
- Returns:
Copyright © 2004-2005 Robert Newson. All Rights Reserved.