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.8 $
Author:
Karsten Lentzsch
See Also:
AnimationEvent, AnimationAdapter

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

Method Detail

animationStarted

void animationStarted(AnimationEvent evt)
Invoked if the observed animation has been started. The event contains the time when the start happened.

Parameters:
evt - the related AnimationEvent

animationStopped

void animationStopped(AnimationEvent evt)
Invoked if the observed animation has been stopped. The event contains the time when the stop happended.

Parameters:
evt - the related AnimationEvent


Copyright © 2001-2013 JGoodies Software GmbH. All Rights Reserved.