de.lessvoid.nifty.spi.time
Interface TimeProvider

All Known Implementing Classes:
AccurateTimeProvider, FastTimeProvider, TimeProvider

public interface TimeProvider

The time provider interface provides Nifty with the current time as the name suggests.

Author:
Martin Karing <nitram@illarion.org>

Method Summary
 long getMsTime()
          Get the current time in milliseconds.
 

Method Detail

getMsTime

long getMsTime()
Get the current time in milliseconds.

Returns:
the current time in milliseconds


Copyright © 2012. All Rights Reserved.