avrora.sim
Interface Simulator.Event
- All Known Implementing Classes:
- ATMega128L.SimImpl.EEPROM.EEPROMTicker, ATMega128L.SimImpl.SPI.TransmitReceive, ATMega128L.SimImpl.Timer16Bit.Ticker, ATMega128L.SimImpl.Timer8Bit.Ticker, ATMega128L.SimImpl.USART.Receiver.Receive, ATMega128L.SimImpl.USART.Transmitter.Transmit, CC1000Radio.ATMega128LController.Transmit, CC1000Radio.CALRegister.Calibrate, GlobalClock.LocalMeet, PeriodicEvent, Simulator.ClockCycleTimeout, SleepMonitor.Monitor
- Enclosing interface:
- Simulator
- public static interface Simulator.Event
The Simulator.Event interface represents an event 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. |
fire
public void fire()
- The
fire() method is called when the event to which it is
tied happens with in the simulator.