com.cogent.events
Class SimEvent

java.lang.Object
  |
  +--com.cogent.events.SimEvent
Direct Known Subclasses:
SimNullEvent, SimPacketEvent

public abstract class SimEvent
extends java.lang.Object

The base class of all events.


Field Summary
protected  long myCreationTime
           
 
Constructor Summary
SimEvent()
           
 
Method Summary
 long getCreationTime()
           
 void setCreationTime(long argTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myCreationTime

protected long myCreationTime
Constructor Detail

SimEvent

public SimEvent()
Method Detail

getCreationTime

public long getCreationTime()

setCreationTime

public void setCreationTime(long argTime)