ee.ut.mrz.volumest
Class DelayedExecutor
java.lang.Object
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
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelayedExecutor
public DelayedExecutor(Volumest vol,
InputHandler ih)
run
public void run()
- Specified by:
run in interface Runnable