Interface EngineClock

All Known Implementing Classes:
DefaultEngineClock, FixedEngineClock

public interface EngineClock
The EngineClock give the current time to the engine. It can be overridden mainly for testing purpose
Author:
Baptiste Mesta.
  • Method Summary

    Modifier and Type
    Method
    Description
    now()
     
  • Method Details