Module com.googlecode.lanterna
Package com.googlecode.lanterna.gui2
Class AnimatedLabel.AnimationTimerTask
- java.lang.Object
-
- java.util.TimerTask
-
- com.googlecode.lanterna.gui2.AnimatedLabel.AnimationTimerTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AnimatedLabel
private static class AnimatedLabel.AnimationTimerTask extends java.util.TimerTask
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ref.WeakReference<AnimatedLabel>
labelRef
-
Constructor Summary
Constructors Modifier Constructor Description private
AnimationTimerTask(AnimatedLabel label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
labelRef
private final java.lang.ref.WeakReference<AnimatedLabel> labelRef
-
-
Constructor Detail
-
AnimationTimerTask
private AnimationTimerTask(AnimatedLabel label)
-
-