| Package | Description |
|---|---|
| com.jgoodies.animation |
Contains the core types of the JGoodies Animation library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnimationAdapter
An adapter that implements the
AnimationListener interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addAnimationListener(AnimationListener listener)
Adds the given
AnimationListener to this animation. |
void |
AbstractAnimation.addAnimationListener(AnimationListener listener)
Adds an
AnimationListener to this animation. |
void |
Animation.removeAnimationListener(AnimationListener listener)
Removes the given
AnimationListener from this animation. |
void |
AbstractAnimation.removeAnimationListener(AnimationListener listener)
Removes an
AnimationListener to this animation. |
Copyright © 2015 JGoodies Software GmbH. All rights reserved.