Class PeIdleEvent

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

public class PeIdleEvent
extends ProcessorEvent
Event that signals that a processor has become idle

See Also:
Processor

Constructor Index

 o PeIdleEvent(Object, EventDestination, float, int, int)

Method Index

 o equals(Object)
Override this method to provide the type of equality you want the simulator to search for when using the removeEvent method
 o getReason()
 o toString()

Constructors

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

Methods

 o equals
 public boolean equals(Object o)
Override this method to provide the type of equality you want the simulator to search for when using the removeEvent method

Overrides:
equals in class ProcessorEvent
 o toString
 public String toString()
Overrides:
toString in class SimEvent
 o getReason
 public int getReason()