public class FrameState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
alreadyDigipeated
Indicate whether the associated frame has already been digipeated.
|
long |
when
Record when the frame was digipeated.
|
Constructor and Description |
---|
FrameState()
Create a FrameState for the current time, already digipeated.
|
FrameState(long now)
Create a FrameState for the specified time, not yet digipeated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Report a description of this FrameState object.
|
public boolean alreadyDigipeated
public long when