com.cogent.events
Class SimProcessingElementFinishedEvent

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

public class SimProcessingElementFinishedEvent
extends SimNullEvent

Simulator (packetless) event that indicates a processing element is done with its workload and has sent all messages that it needs to.


Field Summary
 
Fields inherited from class com.cogent.events.SimEvent
myCreationTime
 
Constructor Summary
SimProcessingElementFinishedEvent(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

SimProcessingElementFinishedEvent

public SimProcessingElementFinishedEvent(long argTime)