com.jgoodies.animation
Interface AnimationListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AnimationAdapter

public interface AnimationListener
extends EventListener

Defines an interface for objects that listen to animation events.

Version:
$Revision: 1.1 $
Author:
Karsten Lentzsch
See Also:
AnimationEvent, AnimationAdapter

Method Summary
 void animationStarted(AnimationEvent evt)
          Invoked if the animation has been started.
 void animationStopped(AnimationEvent evt)
          Invoked if the animation has been stopped.
 

Method Detail

animationStarted

void animationStarted(AnimationEvent evt)
Invoked if the animation has been started.

Parameters:
evt - the related AnimationEvent

animationStopped

void animationStopped(AnimationEvent evt)
Invoked if the animation has been stopped.

Parameters:
evt - the related AnimationEvent


Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.