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

All Known Implementing Classes:
BeaconEmitter, CATransport, RepeaterRegistrationTask
Enclosing class:
Timer

public static interface Timer.TimerRunnable

Timer runnable interface.


Method Summary
 void timeout(long timeToRun)
          Method invoked by timer at requested time.
 

Method Detail

timeout

void timeout(long timeToRun)
Method invoked by timer at requested time.

Parameters:
timeToRun - time in ms to run.


Copyright © 2004-2013 Cosylab. All Rights Reserved.