Include the timestamp associated with sprite events in the event.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2020 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: Pathable.java,v 1.4 2002/07/02 23:15:53 shaper Exp $
|
||||
// $Id: Pathable.java,v 1.5 2002/12/04 02:45:09 shaper Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
@@ -54,5 +54,5 @@ public interface Pathable
|
||||
/**
|
||||
* Called by a path when this pathable finishes moving along its path.
|
||||
*/
|
||||
public void pathCompleted ();
|
||||
public void pathCompleted (long timestamp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user