org.starhope.appius.game
Class SoundPlayback
java.lang.Object
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 |
urlPart
private final String urlPart
- WRITEME: Document this brpocock@star-hope.org
SoundPlayback
public SoundPlayback(String substring)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
substring
- WRITEME
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()