se.sics.tasim.viewer
Interface TickListener

All Known Implementing Classes:
SimulationPanel

public interface TickListener


Method Summary
 void simulationTick(long serverTime, int simulationDate)
          Simulation tick notification.
 void tick(long serverTime)
          Tick notification.
 

Method Detail

tick

void tick(long serverTime)
Tick notification. Usually called once per second.

Parameters:
serverTime - the current server time in milliseconds

simulationTick

void simulationTick(long serverTime,
                    int simulationDate)
Simulation tick notification. Only called when a simulation is running and usually several times per second.

Parameters:
serverTime - the current server time
simulationDate - the current simulation date


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.