Uses of Interface
com.cosylab.epics.caj.util.Timer.TimerRunnable
-
Packages that use Timer.TimerRunnable Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.impl com.cosylab.epics.caj.util -
-
Uses of Timer.TimerRunnable in com.cosylab.epics.caj.cas
Classes in com.cosylab.epics.caj.cas that implement Timer.TimerRunnable Modifier and Type Class Description classBeaconEmitterBeacon emitter. -
Uses of Timer.TimerRunnable in com.cosylab.epics.caj.impl
Classes in com.cosylab.epics.caj.impl that implement Timer.TimerRunnable Modifier and Type Class Description classCAJNameClientclassCATransportCA transport implementation.classRepeaterRegistrationTaskRepeater registration tasks. -
Uses of Timer.TimerRunnable in com.cosylab.epics.caj.util
Methods in com.cosylab.epics.caj.util with parameters of type Timer.TimerRunnable Modifier and Type Method Description ObjectTimer. executeAfterDelay(long millisecondsToDelay, Timer.TimerRunnable command)Excecute the given command after waiting for the given delay.ObjectTimer. executePeriodically(long period, Timer.TimerRunnable command, long firstTime)Execute the given command everyperiodmilliseconds AT FIXED RATE.
-