avrora.sim.util
Class GlobalClock.LocalTimer

java.lang.Object
  extended byavrora.sim.util.GlobalClock.LocalTimer
All Implemented Interfaces:
Simulator.Trigger
Enclosing class:
GlobalClock

public class GlobalClock.LocalTimer
extends java.lang.Object
implements Simulator.Trigger


Method Summary
 void fire()
          The fire() method is called when the event to which it is tied happens with in the simulator.
protected  void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fire

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

Specified by:
fire in interface Simulator.Trigger

remove

protected void remove()