public static class SRemoteClock.ClockState
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| boolean | changeallowedChanging clock type allowed? | 
| long | deltaThe clock delta. | 
| double | dilationThe clock dilation. | 
| long | starttimeThe start time. | 
| double | tickThe current tick. | 
| long | timeThe current time. | 
| java.lang.String | typeThe 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.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object