avrora.sim.platform
Class ExternalFlash.Delay

java.lang.Object
  extended byavrora.sim.platform.ExternalFlash.Delay
All Implemented Interfaces:
Simulator.Event
Enclosing class:
ExternalFlash

protected class ExternalFlash.Delay
extends java.lang.Object
implements Simulator.Event


Constructor Summary
protected ExternalFlash.Delay()
           
 
Method Summary
 void fire()
          delay while dataflash is busy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalFlash.Delay

protected ExternalFlash.Delay()
Method Detail

fire

public void fire()
delay while dataflash is busy

Specified by:
fire in interface Simulator.Event
See Also:
Simulator.Event.fire()