Added support for animations to the animation manager. Moved animation
classes into their own package. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@849 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// $Id: AnimationCompletedEvent.java,v 1.1 2002/01/11 16:17:33 shaper Exp $
|
||||
|
||||
package com.threerings.media.animation;
|
||||
|
||||
/**
|
||||
* An animation completed event is dispatched when an animation has
|
||||
* completed all of its business.
|
||||
*/
|
||||
public class AnimationCompletedEvent extends AnimationEvent
|
||||
{
|
||||
public AnimationCompletedEvent (Animation anim)
|
||||
{
|
||||
super(anim);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user