avrora.sim
Interface Simulator.Trigger

All Known Implementing Classes:
ATMega128L.SimImpl.Timer0.Ticker, GlobalClock.LocalTimer, PeriodicTrigger, Simulator.ClockCycleTimeout
Enclosing interface:
Simulator

public static interface Simulator.Trigger

The Simulator.Trigger interface represents a trigger that is fired when a timed event occurs within the simulator. Users of the simulator can insert timed events that model environmental factors, implement timeouts, timers, or any other type of functionality that is simulation-time dependent.


Method Summary
 void fire()
          The fire() method is called when the event to which it is tied happens with in the simulator.
 

Method Detail

fire

public void fire()
The fire() method is called when the event to which it is tied happens with in the simulator.