org.apache.batik.bridge
Class ScriptingEnvironment.Window.IntervalRunnableTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.batik.bridge.ScriptingEnvironment.Window.IntervalRunnableTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
ScriptingEnvironment.Window

protected class ScriptingEnvironment.Window.IntervalRunnableTimerTask
extends TimerTask

A TimerTask to invoke a setInterval()-scheduled function that is specified by a Runnable.


Field Summary
protected  ScriptingEnvironment.EvaluateRunnableRunnable eihr
           
 
Constructor Summary
ScriptingEnvironment.Window.IntervalRunnableTimerTask(Runnable r)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eihr

protected ScriptingEnvironment.EvaluateRunnableRunnable eihr
Constructor Detail

ScriptingEnvironment.Window.IntervalRunnableTimerTask

public ScriptingEnvironment.Window.IntervalRunnableTimerTask(Runnable r)
Method Detail

run

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


Copyright © 2017 Apache Software Foundation. All Rights Reserved.