com.croftsoft.apps.chat.model.seri
Class SeriChatGame
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriChatGame
public SeriChatGame(UserStore userStore)
SeriChatGame
public SeriChatGame()
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 Apps Javadoc (2008-09-28 21:15:07)