com.croftsoft.apps.chat.event
Class MoveEvent

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

public final class MoveEvent
extends AbstractEvent

A model is moving.

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

Constructor Summary
MoveEvent(ModelId modelId, PointXY origin, PointXY destination)
           
 
Method Summary
 boolean equals(Object other)
           
 PointXY getDestination()
           
 ModelId getModelId()
           
 PointXY getOrigin()
           
 
Methods inherited from class com.croftsoft.apps.chat.event.AbstractEvent
getEventIndex, setEventIndex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveEvent

public MoveEvent(ModelId modelId,
                 PointXY origin,
                 PointXY destination)
Method Detail

getModelId

public ModelId getModelId()

getOrigin

public PointXY getOrigin()

getDestination

public PointXY getDestination()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

CroftSoft Javadoc

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