public interface TimeStrategy
SystemCurrentTimeStrategy
and PlatformTimeStrategy
are
available. However the time can be retrieved by a specific native (to use a
hardware timer for instance).Modifier and Type | Method and Description |
---|---|
long |
getTime()
Return the current time.
|