com.cogent.events
Class SimBootEvent

java.lang.Object
  |
  +--com.cogent.events.SimEvent
        |
        +--com.cogent.events.SimNullEvent
              |
              +--com.cogent.events.SimBootEvent

public class SimBootEvent
extends SimNullEvent

Represents an simulator (Packetless) event that indicates the system has finished booting.


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

Constructor Detail

SimBootEvent

public SimBootEvent()