Class EndOfTimeSliceEvent

java.lang.Object
   |
   +----SimEvent
           |
           +----ProcessorEvent
                   |
                   +----EndOfTimeSliceEvent

public class EndOfTimeSliceEvent
extends ProcessorEvent
Event that signals that a timeslice has expired on a processor

See Also:
Processor

Constructor Index

 o EndOfTimeSliceEvent(Object, EventDestination, float, int)

Method Index

 o toString()

Constructors

 o EndOfTimeSliceEvent
 public EndOfTimeSliceEvent(Object f,
                            EventDestination t,
                            float ti,
                            int pe)

Methods

 o toString
 public String toString()
Overrides:
toString in class SimEvent