Package trclib.timer
Class TrcTimer.State
java.lang.Object
trclib.timer.TrcTimer.State
- Enclosing class:
- TrcTimer
This class encapsulates the state of a timer that must be updated atomically. Therefore, when accessing this
object, you must acquire its synchronized lock.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AtomicBoolean
(package private) AtomicBoolean
(package private) AtomicLong
(package private) TrcEvent
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expiredTimeInMsec
AtomicLong expiredTimeInMsec -
expired
AtomicBoolean expired -
canceled
AtomicBoolean canceled -
notifyEvent
TrcEvent notifyEvent
-
-
Constructor Details
-
State
private State()
-
-
Method Details