com.ericsson.tic.vi
Class AnimatorTimer

java.lang.Object
  extended by java.util.TimerTask
      extended by com.ericsson.tic.vi.AnimatorTimer
All Implemented Interfaces:
Runnable

public class AnimatorTimer
extends TimerTask

Schedules calls to the Animator at regular intervalls.

Version:
1.0 (2008-12-04)
Author:
Sami Matilainen

Field Summary
private  Animator animator
          The Animator which this timer is tasked to call.
 
Constructor Summary
AnimatorTimer(Animator animator)
          Creates an AnimatorTimer.
 
Method Summary
 void run()
          Schedules calls to the Animator at regular intervalls.
 
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

animator

private Animator animator
The Animator which this timer is tasked to call.

Constructor Detail

AnimatorTimer

public AnimatorTimer(Animator animator)
Creates an AnimatorTimer.

Parameters:
animator - The Animator.
Method Detail

run

public void run()
Schedules calls to the Animator at regular intervalls.

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask