public interface AnimatorListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
animationEnds(java.awt.Component component)
Called when the animation sequence ends.
|
void |
animationFrame(java.awt.Component component,
int totalStep,
int step)
Called when the animation sequence runs at certain step..
|
void |
animationStarts(java.awt.Component component)
Called when the animation sequence starts.
|
void animationStarts(java.awt.Component component)
component - the component for this animationvoid animationFrame(java.awt.Component component,
int totalStep,
int step)
component - the component for this animationtotalStep - the total stepsstep - the current stepvoid animationEnds(java.awt.Component component)
component - the component for this animation