com.croftsoft.apps.chat.response
Class AbstractResponse
java.lang.Object
com.croftsoft.apps.chat.response.AbstractResponse
- All Implemented Interfaces:
- Response, Serializable
- Direct Known Subclasses:
- CreateModelResponse, CreateUserResponse, GetUserIdResponse, MoveResponse, UnknownRequestResponse, UnknownUserResponse, ViewResponse
public abstract class AbstractResponse
- extends Object
- implements Response
Abstract base class for a Response.
- Since:
- 2003-06-07
- Version:
- 2003-06-17
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResponse
public AbstractResponse(boolean denied)
AbstractResponse
public AbstractResponse()
isDenied
public boolean isDenied()
- Specified by:
isDenied
in interface Response
CroftSoft Apps Javadoc (2008-09-28 21:15:07)