public static class SRemoteClock.ClockState
extends java.lang.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.
|
java.lang.String |
type
The clock type.
|
Constructor and Description |
---|
ClockState()
Bean constructor.
|
ClockState(java.lang.String type,
long time,
double tick,
long starttime,
long delta,
double dilation,
boolean changeallowed)
Create a clock state object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Test if two objects are equal.
|
int |
hashCode()
The hash code.
|
public java.lang.String type
public long time
public double tick
public long starttime
public long delta
public double dilation
public boolean changeallowed
public ClockState()
public ClockState(java.lang.String type, long time, double tick, long starttime, long delta, double dilation, boolean changeallowed)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object