|
JIDE 3.5.15 | ||||||||
| 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(Component component)
Called when the animation sequence ends. |
void |
animationFrame(Component component,
int totalStep,
int step)
Called when the animation sequence runs at certain step.. |
void |
animationStarts(Component component)
Called when the animation sequence starts. |
| Method Detail |
|---|
void animationStarts(Component component)
component - the component for this animation
void animationFrame(Component component,
int totalStep,
int step)
component - the component for this animationtotalStep - the total stepsstep - the current stepvoid animationEnds(Component component)
component - the component for this animation
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||