com.ericsson.tic.vi
Class AnimatorTimer
java.lang.Object
java.util.TimerTask
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. |
|
Method Summary |
void |
run()
Schedules calls to the Animator at regular intervalls. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
animator
private Animator animator
- The Animator which this timer is tasked to call.
AnimatorTimer
public AnimatorTimer(Animator animator)
- Creates an AnimatorTimer.
- Parameters:
animator - The Animator.
run
public void run()
- Schedules calls to the Animator at regular intervalls.
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask