com.croftsoft.apps.chat.response
Class MoveResponse

java.lang.Object
  extended by com.croftsoft.apps.chat.response.AbstractResponse
      extended by com.croftsoft.apps.chat.response.MoveResponse
All Implemented Interfaces:
Response, Serializable

public final class MoveResponse
extends AbstractResponse

Response to a MoveRequest.

Since:
2003-06-10
Version:
$Date: 2008/04/19 21:46:35 $
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
MoveResponse(boolean denied, boolean noModel, boolean modelNotInWorld)
           
 
Method Summary
 boolean getModelNotInWorld()
           
 boolean getNoModel()
           
 
Methods inherited from class com.croftsoft.apps.chat.response.AbstractResponse
isDenied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveResponse

public MoveResponse(boolean denied,
                    boolean noModel,
                    boolean modelNotInWorld)
Method Detail

getNoModel

public boolean getNoModel()

getModelNotInWorld

public boolean getModelNotInWorld()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)