public static class SRemoteClock.ClockState extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
changeallowed
Changing clock type allowed?
|
long |
delta
The clock delta.
|
double |
dilation
The clock dilation.
|
long |
starttime
The start time.
|
double |
tick
The current tick.
|
long |
time
The current time.
|
String |
type
The clock type.
|
Constructor and Description |
---|
SRemoteClock.ClockState()
Bean constructor.
|
SRemoteClock.ClockState(String type,
long time,
double tick,
long starttime,
long delta,
double dilation,
boolean changeallowed)
Create a clock state object.
|
public String type
public long time
public double tick
public long starttime
public long delta
public double dilation
public boolean changeallowed
public SRemoteClock.ClockState()
public SRemoteClock.ClockState(String type, long time, double tick, long starttime, long delta, double dilation, boolean changeallowed)
Copyright © 2013. All Rights Reserved.