com.croftsoft.apps.chat.response
Class ViewResponse

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

public final class ViewResponse
extends AbstractResponse

Response to a ViewRequest.

Since:
2003-06-11
Version:
2003-06-18
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
ViewResponse(SeriChatWorld seriChatWorld, long eventIndex)
           
 
Method Summary
 long getEventIndex()
           
 SeriChatWorld getSeriChatWorld()
           
 
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

ViewResponse

public ViewResponse(SeriChatWorld seriChatWorld,
                    long eventIndex)
Method Detail

getSeriChatWorld

public SeriChatWorld getSeriChatWorld()

getEventIndex

public long getEventIndex()

CroftSoft Javadoc

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