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

Packages that use ChatWorld
com.croftsoft.apps.chat.model   
com.croftsoft.apps.chat.model.seri   
com.croftsoft.apps.chat.server   
com.croftsoft.apps.chat.view   
 

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

Methods in com.croftsoft.apps.chat.model that return ChatWorld
 ChatWorld ChatGame.getChatWorld()
           
 

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

Classes in com.croftsoft.apps.chat.model.seri that implement ChatWorld
 class SeriChatWorld
          A Serializable ChatWorld implementation.
 

Methods in com.croftsoft.apps.chat.model.seri that return ChatWorld
 ChatWorld SeriChatGame.getChatWorld()
           
 

Constructors in com.croftsoft.apps.chat.model.seri with parameters of type ChatWorld
SeriChatModel(ModelId modelId, Consumer eventConsumer, ChatWorld chatWorld, String avatarType, double x, double y)
           
 

Uses of ChatWorld in com.croftsoft.apps.chat.server
 

Constructors in com.croftsoft.apps.chat.server with parameters of type ChatWorld
CreateModelServer(ChatWorld chatWorld)
           
KillServer(ChatWorld chatWorld)
           
MoveServer(ChatWorld chatWorld)
           
 

Uses of ChatWorld in com.croftsoft.apps.chat.view
 

Constructors in com.croftsoft.apps.chat.view with parameters of type ChatWorld
ChatSynchronizer(ChatWorld chatWorld, Consumer eventConsumer)
           
 


CroftSoft Javadoc

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