com.cogent.events
Class SimNullEvent

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

public abstract class SimNullEvent
extends SimEvent

The base class of all simulator (Packetless) events.


Field Summary
 
Fields inherited from class com.cogent.events.SimEvent
myCreationTime
 
Constructor Summary
SimNullEvent(long argTime)
           
 
Methods inherited from class com.cogent.events.SimEvent
getCreationTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimNullEvent

public SimNullEvent(long argTime)