Interface SessionClock

All Known Subinterfaces:
SessionPseudoClock

public interface SessionClock
A clock interface that all engine clocks must implement
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the current time.
  • Method Details

    • getCurrentTime

      long getCurrentTime()
      Returns the current time. There is no semantics attached to the long return value, so it will depend on the actual implementation. For instance, for a real time clock it may be milliseconds.
      Returns:
      The current time. The unit of the time, depends on the actual clock implementation.