com.croftsoft.apps.chat.event
Class CreateModelEvent

java.lang.Object
  extended by com.croftsoft.apps.chat.event.AbstractEvent
      extended by com.croftsoft.apps.chat.event.CreateModelEvent
All Implemented Interfaces:
Event, Serializable

public final class CreateModelEvent
extends AbstractEvent

A model was created in the World.

Since:
2003-06-07
Version:
2003-06-07
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
CreateModelEvent(ChatModel chatModel)
           
 
Method Summary
 ChatModel getChatModel()
           
 
Methods inherited from class com.croftsoft.apps.chat.event.AbstractEvent
getEventIndex, setEventIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateModelEvent

public CreateModelEvent(ChatModel chatModel)
Method Detail

getChatModel

public ChatModel getChatModel()

CroftSoft Javadoc

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