com.croftsoft.apps.chat.model
Interface ChatGame

All Superinterfaces:
ChatGameAccessor
All Known Implementing Classes:
SeriChatGame

public interface ChatGame
extends ChatGameAccessor

The state of the game.

Since:
2003-06-06
Version:
2003-06-18
Author:
David Wallace Croft

Method Summary
 ChatWorld getChatWorld()
           
 void update()
           
 
Methods inherited from interface com.croftsoft.apps.chat.model.ChatGameAccessor
getChatWorldAccessor
 

Method Detail

getChatWorld

ChatWorld getChatWorld()

update

void update()

CroftSoft Javadoc

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