Pedanticism police.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@632 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -39,12 +39,10 @@ public class ClipBuffer
|
||||
/** Used to notify parties interested in when a clip is loaded. */
|
||||
public static interface Observer
|
||||
{
|
||||
/** Called when a clip has completed loading and is ready to be
|
||||
* played. */
|
||||
/** Called when a clip has completed loading and is ready to be played. */
|
||||
public void clipLoaded (ClipBuffer buffer);
|
||||
|
||||
/** Called when a clip has failed to prepare itself for one reason
|
||||
* or other. */
|
||||
/** Called when a clip has failed to prepare itself for one reason or other. */
|
||||
public void clipFailed (ClipBuffer buffer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user