|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnimatorListener
This is a listener that can be used to customize the behaviour of animation.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void animationStarts(java.awt.Component component)
component - the component for this animation
void 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
|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||