|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnimationListener
The AnimationListener interface is used to notify listeners about the state of an animation process (animation start and end).
This interface is used by ComponentAnimator, generally to block events management during animation phase.
ComponentAnimator
,
AnimationEvent
Method Summary | |
---|---|
void |
animation(AnimationEvent e)
This method is invoked when the animation state change. |
Method Detail |
---|
void animation(AnimationEvent e)
Changes are relative to animation start, sequence(frame) and end.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |