|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.sim.util.InterruptScheduler.ScheduledInterrupt
The ScheduledInterrupt
class is an event that is inserted into the queue of a simulator.
When the event fires, it will force the interrupt to be posted and then it will schedule the next
interrupt.
Field Summary | |
int |
vec
|
Constructor Summary | |
InterruptScheduler.ScheduledInterrupt(int i)
|
Method Summary | |
void |
fire()
The fire() method is called when the event to which it is tied happens with in the
simulator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final int vec
Constructor Detail |
public InterruptScheduler.ScheduledInterrupt(int i)
Method Detail |
public void fire()
Simulator.Event
fire()
method is called when the event to which it is tied happens with in the
simulator.
fire
in interface Simulator.Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |