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:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpriteObserver.java,v 1.3 2001/09/13 19:36:20 mdb Exp $
|
||||
// $Id: SpriteObserver.java,v 1.4 2002/01/11 16:17:33 shaper Exp $
|
||||
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
@@ -14,7 +14,6 @@ public interface SpriteObserver
|
||||
* This method is called by the {@link SpriteManager} when something
|
||||
* interesting is accomplished by or happens to the sprite.
|
||||
*
|
||||
* @param sprite the sprite involved.
|
||||
* @param event the sprite event.
|
||||
*/
|
||||
public void handleEvent (SpriteEvent event);
|
||||
|
||||
Reference in New Issue
Block a user