com.croftsoft.apps.chat.event
Class RemoveModelEvent

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

public final class RemoveModelEvent
extends AbstractEvent

A model was removed from the World.

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

Constructor Summary
RemoveModelEvent(ModelId modelId)
           
 
Method Summary
 ModelId getModelId()
           
 
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

RemoveModelEvent

public RemoveModelEvent(ModelId modelId)
Method Detail

getModelId

public ModelId getModelId()

CroftSoft Javadoc

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