|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoundFileIface
This interface specifies the methods that are playable sound object classes have to implement to put playing of sounds on a common basis.
Method Summary | |
---|---|
java.lang.String |
getSoundPath()
Returns the file path to the sound file. |
boolean |
isLooped()
Determines if the sound was specified to be looped. |
void |
play()
Starts playing the assigned sound file. |
void |
stop()
Stops playing the assigned sound file. |
Method Detail |
---|
boolean isLooped()
void play()
void stop()
java.lang.String getSoundPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |