org.jppf.ui.utils
Class JPPFSplash.ScrollTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jppf.ui.utils.JPPFSplash.ScrollTask
All Implemented Interfaces:
Runnable
Enclosing class:
JPPFSplash

public class JPPFSplash.ScrollTask
extends TimerTask

Task that scrolls the images at regular intervals.


Constructor Summary
JPPFSplash.ScrollTask()
           
 
Method Summary
 void run()
          Execute this task.
 
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

JPPFSplash.ScrollTask

public JPPFSplash.ScrollTask()
Method Detail

run

public void run()
Execute this task.

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask
See Also:
TimerTask.run()


Copyright © 2005-2010 JPPF Team.