javax.microedition.media
Interface TimeBase


public interface TimeBase

A TimeBase is a constantly ticking source of time, much like a crystal. Unlike a Clock, a TimeBase cannot be temporally transformed, reset, or stopped.


Method Summary
 long getTime()
          Get the current time of this TimeBase.
 

Method Detail

getTime

public long getTime()
Get the current time of this TimeBase.

Returns:
the time in microseconds.