org.garret.perst
Interface TimeSeriesTick

All Superinterfaces:
IValue

public interface TimeSeriesTick
extends IValue

Interface for timeseries element. You should derive your time series element from this class and implement getTime method.


Method Summary
 long getTime()
          Get time series element timestamp
 

Method Detail

getTime

public long getTime()
Get time series element timestamp

Returns:
timestamp in milliseconds