public class TimerStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static TimerStatus |
ACTIVE
Indicates that the clock is active and may be sending events.
|
static TimerStatus |
BACKWARD
Indicates the clock is running, and time has been decremented by the
clock.
|
protected java.lang.String |
description |
static TimerStatus |
FORWARD
Indicates the clock is running, and time has been incremented by the
clock.
|
static TimerStatus |
INACTIVE
Indicates that the clock is inactive and will not be sending events.
|
static TimerStatus |
STEP_BACKWARD
Indicates that the clock has been moved incrementally backward, stepping
by a set value controlled by some other mechanism.
|
static TimerStatus |
STEP_FORWARD
Indicates that the clock has been moved incrementally forward, stepping
by a set value controlled by some other mechanism.
|
static TimerStatus |
STOPPED
Indicates that the clock is no longer running.
|
static java.lang.String |
TIMER_ACTIVE
Command string for clock controllers.
|
static java.lang.String |
TIMER_BACKWARD
Command string for clock controllers.
|
static java.lang.String |
TIMER_FORWARD
Command string for clock controllers.
|
static java.lang.String |
TIMER_INACTIVE
Command string for clock controllers.
|
static java.lang.String |
TIMER_STEP_BACKWARD
Command string for clock controllers.
|
static java.lang.String |
TIMER_STEP_FORWARD
Command string for clock controllers.
|
static java.lang.String |
TIMER_STOPPED
Command string for clock controllers.
|
static java.lang.String |
TIMER_UPDATED
Command string for clock controllers.
|
static TimerStatus |
UPDATE
Used when the timer is moved to a specific value, not when the clock is
running incrementally.
|
Constructor and Description |
---|
TimerStatus(java.lang.String description) |
public static final java.lang.String TIMER_STEP_FORWARD
public static final java.lang.String TIMER_STEP_BACKWARD
public static final java.lang.String TIMER_FORWARD
public static final java.lang.String TIMER_BACKWARD
public static final java.lang.String TIMER_STOPPED
public static final java.lang.String TIMER_UPDATED
public static final java.lang.String TIMER_ACTIVE
public static final java.lang.String TIMER_INACTIVE
public static final TimerStatus STEP_FORWARD
public static final TimerStatus STEP_BACKWARD
public static final TimerStatus FORWARD
public static final TimerStatus BACKWARD
public static final TimerStatus STOPPED
public static final TimerStatus UPDATE
public static final TimerStatus ACTIVE
public static final TimerStatus INACTIVE
protected java.lang.String description
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details