|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedValue
An implementation specific managed value.
Method Summary | |
---|---|
void |
init(long nanoTime)
Initializes/resets the ManagedValue . |
void |
update(long nanoTime,
long frameCounter,
boolean force)
Invokes the implementation specific update code. |
Method Detail |
---|
void init(long nanoTime)
ManagedValue
.
nanoTime
- the starting time stampvoid update(long nanoTime, long frameCounter, boolean force)
nanoTime
- the current timestamp in nano secondsframeCounter
- the current frame indexforce
- force clock to true
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |