pip_services3_commons
pip_services3_commons
FixedRateTimer
setCallback method
setCallback
pip_services3_commons
pip_services3_commons
FixedRateTimer
setCallback method
FixedRateTimer class
Constructors
FixedRateTimer
Properties
hashCode
runtimeType
Methods
close
getCallback
getDelay
getInterval
getTask
isStarted
setCallback
setDelay
setInterval
setTask
start
stop
noSuchMethod
toString
Operators
operator ==
setCallback
method
void
setCallback
(
dynamic
value
()
)
Sets the callback function that is called when this timer is triggered.
value
the callback function to be called.