Package ch.swingfx.timer
Class AnimationTimer.TimerActionListener
- java.lang.Object
-
- ch.swingfx.timer.AnimationTimer.TimerActionListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- AnimationTimer
private class AnimationTimer.TimerActionListener extends java.lang.Object implements java.awt.event.ActionListener
Handles the calculation of the time that has elapsed since the start and sends it to theAnimationTimer.AnimationTarget
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TimerActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-