com.croftsoft.apps.chat.model
Interface ChatModelAccessor

All Superinterfaces:
Comparable, ModelAccessor
All Known Subinterfaces:
ChatModel
All Known Implementing Classes:
SeriChatModel

public interface ChatModelAccessor
extends ModelAccessor

The base interface for the model of a game world entity.

Since:
2003-06-05
Version:
2003-06-11
Author:
David Wallace Croft

Method Summary
 String getAvatarType()
           
 
Methods inherited from interface com.croftsoft.core.animation.model.ModelAccessor
getCenterX, getCenterY, getModelId, getShape, getZ, isActive, isUpdated
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAvatarType

String getAvatarType()

CroftSoft Javadoc

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