org.erights.e.extern.timer
Interface TickReactor

All Known Implementing Classes:
DataPath

public interface TickReactor

Untamed:


Method Summary
 void run(long tick)
          Enabled: Called by Clocks on their targets after each tick.
 

Method Detail

run

public void run(long tick)
Enabled: Called by Clocks on their targets after each tick.



comments?