Uses of Interface
com.croftsoft.apps.chat.model.ChatModel

Packages that use ChatModel
com.croftsoft.apps.chat.event   
com.croftsoft.apps.chat.model   
com.croftsoft.apps.chat.model.seri   
 

Uses of ChatModel in com.croftsoft.apps.chat.event
 

Methods in com.croftsoft.apps.chat.event that return ChatModel
 ChatModel CreateModelEvent.getChatModel()
           
 

Constructors in com.croftsoft.apps.chat.event with parameters of type ChatModel
CreateModelEvent(ChatModel chatModel)
           
 

Uses of ChatModel in com.croftsoft.apps.chat.model
 

Methods in com.croftsoft.apps.chat.model that return ChatModel
 ChatModel ChatWorld.getChatModel(ModelId modelId)
           
 

Methods in com.croftsoft.apps.chat.model with parameters of type ChatModel
 void ChatWorld.addChatModel(ChatModel chatModel)
           
 

Uses of ChatModel in com.croftsoft.apps.chat.model.seri
 

Classes in com.croftsoft.apps.chat.model.seri that implement ChatModel
 class SeriChatModel
          The base class for a game world object Model.
 

Methods in com.croftsoft.apps.chat.model.seri that return ChatModel
 ChatModel SeriChatWorld.getChatModel(ModelId modelId)
           
 

Methods in com.croftsoft.apps.chat.model.seri with parameters of type ChatModel
 void SeriChatWorld.addChatModel(ChatModel chatModel)
           
 


CroftSoft Javadoc

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