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);
valueparameters| Constructor and Description |
|---|
Repeat(Integer count)
Creates a repeat property.
|
getValue, getValue, setValue, validateaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validateCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.