public class Repeat extends IntegerProperty
Defines the number of times an alarm should be repeated after its initial
trigger. Used in conjunction with DurationProperty
, which defines the
length of the pause between repeats.
Code sample:
//repeat 5 more times after the first time VAlarm alarm = ...; alarm.setRepeat(5);
value
parameters
Constructor and Description |
---|
Repeat(Integer count)
Creates a repeat property.
|
getValue, getValue, setValue, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.