|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimerSpecification
This interface defines symbolic constants that state how to deal with timers.
These constants should be used when durations are updated and when no explicit duration is specified - see
setDurationUntilDue
as an example.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
DURATION_IMMEDIATE
Symbolic constant for an immediate timer setup, that is, a duration of zero. |
static java.lang.String |
DURATION_INFINITE
Symbolic constant for an infinite timer setup, that is, no timer is set up. |
static java.lang.String |
DURATION_NOT_USED
Symbolic constant to indicate that a duration is not used to set up a timer. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String DURATION_NOT_USED
static final java.lang.String DURATION_IMMEDIATE
static final java.lang.String DURATION_INFINITE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |