Uses of Interface
com.cosylab.epics.caj.util.Timer.TimerRunnable

Packages that use Timer.TimerRunnable
com.cosylab.epics.caj.impl   
com.cosylab.epics.caj.util   
 

Uses of Timer.TimerRunnable in com.cosylab.epics.caj.impl
 

Classes in com.cosylab.epics.caj.impl that implement Timer.TimerRunnable
 class CATransport
          CA transport implementation.
 class RepeaterRegistrationTask
          Repeater 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
 java.lang.Object Timer.executeAfterDelay(long millisecondsToDelay, Timer.TimerRunnable command)
          Excecute the given command after waiting for the given delay.
 java.lang.Object Timer.executePeriodically(long period, Timer.TimerRunnable command, long firstTime)
          Execute the given command every period milliseconds AT FIXED RATE.
 



Copyright © 2004-2008 Cosylab. All Rights Reserved.