com.cosylab.epics.caj.util
Class Timer.RunLoop

java.lang.Object
  extended by com.cosylab.epics.caj.util.Timer.RunLoop
All Implemented Interfaces:
Runnable
Enclosing class:
Timer

protected class Timer.RunLoop
extends Object
implements Runnable

The runloop is isolated in its own Runnable class just so that the main class need not implement Runnable, which would allow others to directly invoke run, which is not supported.


Constructor Summary
protected Timer.RunLoop()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer.RunLoop

protected Timer.RunLoop()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2004-2013 Cosylab. All Rights Reserved.