JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.simsilica.ethereal
Interface TimeSource
All Known Subinterfaces:
SynchedTimeSource
All Known Implementing Classes:
NanoTimeSource
,
RemoteTimeSource
public interface
TimeSource
Provides local or networked time as needed with certain implied constraints (like time always moves forward, ie: never backwards, etc.)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getTime
()
Returns the current time in nanoseconds.
Method Detail
getTime
long getTime()
Returns the current time in nanoseconds.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method