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

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.apache.batik.bridge.ScriptingEnvironment.Window.TimeoutScriptTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
ScriptingEnvironment.Window

protected class ScriptingEnvironment.Window.TimeoutScriptTimerTask
extends TimerTask

A TimerTask to invoke a setTimeout()-scheduled function that is specified by a String.


Constructor Summary
ScriptingEnvironment.Window.TimeoutScriptTimerTask(String script)
           
 
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
 

Constructor Detail

ScriptingEnvironment.Window.TimeoutScriptTimerTask

public ScriptingEnvironment.Window.TimeoutScriptTimerTask(String script)
Method Detail

run

public void run()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.