com.croftsoft.apps.chat.event
Class AbstractEvent

java.lang.Object
  extended by com.croftsoft.apps.chat.event.AbstractEvent
All Implemented Interfaces:
Event, Serializable
Direct Known Subclasses:
CreateModelEvent, MoveEvent, NullEvent, RemoveModelEvent, TalkEvent

public abstract class AbstractEvent
extends Object
implements Event

Abstract base class for events.

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

Constructor Summary
AbstractEvent()
           
 
Method Summary
 long getEventIndex()
           
 void setEventIndex(long eventIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEvent

public AbstractEvent()
Method Detail

getEventIndex

public long getEventIndex()
Specified by:
getEventIndex in interface Event

setEventIndex

public void setEventIndex(long eventIndex)
Specified by:
setEventIndex in interface Event

CroftSoft Javadoc

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