com.croftsoft.apps.chat.model
Interface ChatModel

All Superinterfaces:
ChatModelAccessor, Comparable, Impassable, Model, ModelAccessor
All Known Implementing Classes:
SeriChatModel

public interface ChatModel
extends Model, ChatModelAccessor, Impassable

Provides methods for manipulating the Models in the game.

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

Method Summary
 void setActive(boolean active)
           
 void setDestination(PointXY pointXY)
           
 void setEventConsumer(Consumer eventConsumer)
           
 
Methods inherited from interface com.croftsoft.apps.chat.model.ChatModelAccessor
getAvatarType
 
Methods inherited from interface com.croftsoft.core.animation.model.Model
prepare, setCenter, update
 
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

setActive

void setActive(boolean active)

setDestination

void setDestination(PointXY pointXY)

setEventConsumer

void setEventConsumer(Consumer eventConsumer)

CroftSoft Javadoc

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