org.starhope.appius.game
Class SoundPlayback

java.lang.Object
  extended by org.starhope.appius.game.SoundPlayback
All Implemented Interfaces:
Comparable<Object>

public class SoundPlayback
extends Object
implements Comparable<Object>

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  String urlPart
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
SoundPlayback(String substring)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 int compareTo(Object o)
           
 boolean isDone()
          WRITEME: Document this method brpocock@star-hope.org
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

urlPart

private final String urlPart
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

SoundPlayback

public SoundPlayback(String substring)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
substring - WRITEME
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable<Object>
See Also:
Comparable.compareTo(java.lang.Object)

isDone

public boolean isDone()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()