ee.ut.mrz.volumest
Class DelayedExecutor

java.lang.Object
  extended by ee.ut.mrz.volumest.DelayedExecutor
All Implemented Interfaces:
Runnable

public class DelayedExecutor
extends Object
implements Runnable

Workaround for perfomance issues with scrollbar. Delays calculations.

Author:
Markko Merzin

Constructor Summary
DelayedExecutor(Volumest vol, InputHandler ih)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayedExecutor

public DelayedExecutor(Volumest vol,
                       InputHandler ih)
Method Detail

run

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