avrora.sim.mcu
Class ATMega128L.SimImpl.EEPROM.EEPROMTicker

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SimImpl.EEPROM.EEPROMTicker
All Implemented Interfaces:
Simulator.Event
Enclosing class:
ATMega128L.SimImpl.EEPROM

protected class ATMega128L.SimImpl.EEPROM.EEPROMTicker
extends java.lang.Object
implements Simulator.Event


Constructor Summary
protected ATMega128L.SimImpl.EEPROM.EEPROMTicker()
           
 
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
 

Constructor Detail

ATMega128L.SimImpl.EEPROM.EEPROMTicker

protected ATMega128L.SimImpl.EEPROM.EEPROMTicker()
Method Detail

fire

public void fire()
Description copied from interface: Simulator.Event
The fire() method is called when the event to which it is tied happens with in the simulator.

Specified by:
fire in interface Simulator.Event