planet.util.timer
Interface SimulationTimer

All Superinterfaces:
java.io.Serializable, Timer
All Known Implementing Classes:
SimulationTimerImpl

public interface SimulationTimer
extends Timer

Permits to inform to differents Timer of nodes the actual step in simulation process.

The final implementations must to have a constructor with no arguments.

Author:
Jordi Pujol Date: 05/05/2004

Method Summary
 void currentStep(int step)
          Informs to Timer that the current step is step.
 
Methods inherited from interface planet.util.timer.Timer
cancel, setTimerTask, setTimerTask
 

Method Detail

currentStep

public void currentStep(int step)
Informs to Timer that the current step is step.

Parameters:
step - Current step in simulation.