com.croftsoft.apps.chat.model.seri
Class SeriChatGame

java.lang.Object
  extended by com.croftsoft.apps.chat.model.seri.SeriChatGame
All Implemented Interfaces:
ChatGame, ChatGameAccessor, Serializable

public final class SeriChatGame
extends Object
implements Serializable, ChatGame

A Serializable ChatGame implementation.

Since:
2003-06-06
Version:
2003-09-10
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
SeriChatGame()
           
SeriChatGame(UserStore userStore)
           
 
Method Summary
 ChatWorld getChatWorld()
           
 ChatWorldAccessor getChatWorldAccessor()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriChatGame

public SeriChatGame(UserStore userStore)

SeriChatGame

public SeriChatGame()
Method Detail

getChatWorldAccessor

public ChatWorldAccessor getChatWorldAccessor()
Specified by:
getChatWorldAccessor in interface ChatGameAccessor

getChatWorld

public ChatWorld getChatWorld()
Specified by:
getChatWorld in interface ChatGame

update

public void update()
Specified by:
update in interface ChatGame

CroftSoft Javadoc

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